Rebalances the stun arm for the engineering borg (#63917)

This hasn't been touched in a number of years, and has drifted over time
out of sync with battery values, this aligns it to the stunbaton cost

Engineering borgs would do well to avoid spamming this at risk of ending
up out of power and dead in the water.

Also incentivises malfunctioning AI's to stay under the radar until they
have better batteries in their borgs
This commit is contained in:
oranges
2022-01-09 20:39:28 -08:00
committed by GitHub
parent ed2d51691e
commit 8c8a07c6fb
+1 -1
View File
@@ -8,7 +8,7 @@
/obj/item/borg/stun
name = "electrically-charged arm"
icon_state = "elecarm"
var/charge_cost = 30
var/charge_cost = 1000
/obj/item/borg/stun/attack(mob/living/M, mob/living/user)
if(ishuman(M))