hostile mob fix v2

This commit is contained in:
Ty-Omaha
2018-10-28 03:56:02 -04:00
parent 7f3791c30a
commit ffe39f4500
6 changed files with 5 additions and 6 deletions

View File

@@ -104,7 +104,7 @@
playsound(loc, 'sound/weapons/slash.ogg', 100, 1)
/obj/attack_animal(mob/living/simple_animal/M)
if(M.a_intent == INTENT_HELP || (!M.melee_damage_upper && !M.obj_damage))
if((M.a_intent == INTENT_HELP && M.ckey) || (!M.melee_damage_upper && !M.obj_damage))
M.custom_emote(1, "[M.friendly] [src].")
return 0
else