Makes honkbots not think they are secbots

This commit is contained in:
joep van der velden
2020-10-29 14:45:53 +01:00
parent 4f982f38f1
commit 36d3b7a930
@@ -91,11 +91,9 @@
return dat
/mob/living/simple_animal/bot/honkbot/proc/retaliate(mob/living/carbon/human/H)
threatlevel = H.assess_threat(src)
threatlevel += 6
if(threatlevel >= 4)
target = H
mode = BOT_HUNT
threatlevel = 6
target = H
mode = BOT_HUNT
/mob/living/simple_animal/bot/honkbot/attack_hand(mob/living/carbon/human/H)
if(H.a_intent == INTENT_HARM)