refactoring code to allow all living mobs to use shields.

This commit is contained in:
Ghommie
2019-11-17 06:23:12 +01:00
parent d9b24b20d1
commit b560ff8284
14 changed files with 167 additions and 157 deletions
@@ -28,9 +28,9 @@
apply_damage(damage, BRUTE, affecting)
/mob/living/carbon/monkey/attack_hand(mob/living/carbon/human/M)
if(..()) //To allow surgery to return properly.
. = ..()
if(.) //To allow surgery to return properly.
return
switch(M.a_intent)
if("help")
help_shake_act(M)