From f9dfe5ae975b3481d00bc4b8441d5fb250887c1d Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Mon, 29 Jul 2019 07:53:11 -0400 Subject: [PATCH] Update special.dm --- code/modules/projectiles/ammunition/energy/special.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/projectiles/ammunition/energy/special.dm b/code/modules/projectiles/ammunition/energy/special.dm index c7e0037d73..7b4e0bfa97 100644 --- a/code/modules/projectiles/ammunition/energy/special.dm +++ b/code/modules/projectiles/ammunition/energy/special.dm @@ -65,5 +65,5 @@ /obj/item/ammo_casing/energy/emitter fire_sound = 'sound/weapons/emitter.ogg' - e_cost = 5000 - projectile_type = /obj/item/projectile/beam/emitter \ No newline at end of file + e_cost = 2000 //20,000 is in the cell making this 10 shots before reload + projectile_type = /obj/item/projectile/beam/emitter