BSA Tweaks

This commit is contained in:
Fox-McCloud
2016-11-09 22:36:03 -05:00
parent fc22354185
commit fcc20ac6bc
8 changed files with 14 additions and 42 deletions
@@ -133,9 +133,9 @@
if(crit_fail)
return
if(owner.stunned > STUN_SET_AMOUNT)
owner.stunned = STUN_SET_AMOUNT
owner.SetStunned(STUN_SET_AMOUNT)
if(owner.weakened > STUN_SET_AMOUNT)
owner.weakened = STUN_SET_AMOUNT
owner.SetWeakened(STUN_SET_AMOUNT)
/obj/item/organ/internal/cyberimp/brain/anti_stun/emp_act(severity)
if(crit_fail)