From d8a8bb736ca7c0cd5d6034300273bb8f19636bb2 Mon Sep 17 00:00:00 2001 From: Cyrelius <69184203+Cyrelius@users.noreply.github.com> Date: Sun, 2 Jan 2022 04:01:28 -0800 Subject: [PATCH] Robot Taser buff The taser is trash, and this'll help it a bunch. --- code/modules/projectiles/guns/energy/stun.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/projectiles/guns/energy/stun.dm b/code/modules/projectiles/guns/energy/stun.dm index 1531a5777d..51826a2902 100644 --- a/code/modules/projectiles/guns/energy/stun.dm +++ b/code/modules/projectiles/guns/energy/stun.dm @@ -20,8 +20,8 @@ /obj/item/weapon/gun/energy/taser/mounted/cyborg name = "taser gun" - charge_cost = 400 - recharge_time = 7 //Time it takes for shots to recharge (in ticks) + charge_cost = 160 //Chompedit: Reduced from 400 to 160 to match VR's, which we also use. + recharge_time = 5 //ChompEdit: reduced from 7 to 5, Time it takes for shots to recharge (in ticks) /obj/item/weapon/gun/energy/taser/mounted/cyborg/swarm name = "disabler" @@ -110,4 +110,4 @@ icon_state = "snubstunrevolver" item_state = "stunrevolver" w_class = ITEMSIZE_SMALL //small pistol is small - origin_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 3, TECH_POWER = 2) \ No newline at end of file + origin_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 3, TECH_POWER = 2)