diff --git a/modular_bandastation/communication/code/whisper.dm b/modular_bandastation/communication/code/whisper.dm index 4ab7aa8796c9e..ff66376eb934f 100644 --- a/modular_bandastation/communication/code/whisper.dm +++ b/modular_bandastation/communication/code/whisper.dm @@ -23,3 +23,10 @@ client.mob.whisper_verb(entry) return TRUE . = ..() + +/obj/item/gun/energy/laser/awaymission_aeg + name = "Exploreverse Mk.I" + ammo_type = list(/obj/item/ammo_casing/energy/lasergun/awaymission_aeg) + +/obj/item/ammo_casing/energy/lasergun/awaymission_aeg + e_cost = LASER_SHOTS(20, STANDARD_CELL_CHARGE)