Attacking augmented limbs or cyborgs with a welder on harm intent will actually harm.

This commit is contained in:
AstralSerpent
2014-07-06 02:33:13 +10:00
parent cdd91c27f6
commit 10c9d4d14e
2 changed files with 2 additions and 2 deletions
@@ -395,7 +395,7 @@
if (istype(W, /obj/item/weapon/handcuffs)) // fuck i don't even know why isrobot() in handcuff code isn't working so this will have to do
return
if (istype(W, /obj/item/weapon/weldingtool))
if (istype(W, /obj/item/weapon/weldingtool) && user.a_intent != "harm")
var/obj/item/weapon/weldingtool/WT = W
if (src == user)
user << "<span class='warning'>You lack the reach to be able to repair yourself.</span>"