From 2494bfb1774034b3c548b1c6014a9257bf170023 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sat, 11 Jan 2014 07:30:35 -0500 Subject: [PATCH] Doubled the shot capacity of the taser --- code/modules/projectiles/guns/energy/stun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/energy/stun.dm b/code/modules/projectiles/guns/energy/stun.dm index cb03ea0c645..1d6ae70efd3 100644 --- a/code/modules/projectiles/guns/energy/stun.dm +++ b/code/modules/projectiles/guns/energy/stun.dm @@ -5,7 +5,7 @@ icon_state = "taser" item_state = null //so the human update icon uses the icon_state instead. fire_sound = 'sound/weapons/Taser.ogg' - charge_cost = 100 + charge_cost = 50 projectile_type = "/obj/item/projectile/energy/electrode" cell_type = "/obj/item/weapon/cell/crap"