From c0996c630714b678ba1a61d1a9db1bc990866807 Mon Sep 17 00:00:00 2001 From: larentoun <31931237+larentoun@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:04:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B5=D1=83=D1=8B=D0=B51?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modular_bandastation/communication/code/whisper.dm | 7 +++++++ 1 file changed, 7 insertions(+) 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)