mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Merge pull request #9591 from Birdtalon/beepers
Beepsky responds to disarming
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user