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