Merge pull request #9591 from Birdtalon/beepers

Beepsky responds to disarming
This commit is contained in:
Crazy Lemon
2018-09-26 21:09:52 -07:00
committed by GitHub
@@ -175,7 +175,7 @@ Auto Patrol: []"},
mode = BOT_HUNT
/mob/living/simple_animal/bot/secbot/attack_hand(mob/living/carbon/human/H)
if(H.a_intent == INTENT_HARM)
if(H.a_intent == INTENT_HARM || H.a_intent == INTENT_DISARM)
retaliate(H)
return ..()