Juggernauts will no longer be weakened and unable to click stuff if zas knocks them over.

This commit is contained in:
Ccomp5950
2014-04-18 06:40:45 -05:00
committed by ZomgPonies
parent 2518b61b9d
commit 14744895c5
@@ -173,6 +173,10 @@
M.show_message("\red [user] gently taps [src] with [O]. ")
/mob/living/simple_animal/construct/armoured/Life()
weakened = 0
..()
/mob/living/simple_animal/construct/armoured/bullet_act(var/obj/item/projectile/P)
if(istype(P, /obj/item/projectile/energy) || istype(P, /obj/item/projectile/beam))
var/reflectchance = 80 - round(P.damage/3)