From f9e23cb39b43ef46b9d4ea48bc7d60e615c4010d Mon Sep 17 00:00:00 2001 From: Ccomp5950 Date: Tue, 27 May 2014 03:58:36 -0500 Subject: [PATCH] Beepsky will no longer attack monkeys while doing weapons authorization checks. I'd say it's a holdover from monkey epidemic but the truth is this is cael code that is being changed, it's been that way for over a year and I still can't rap my head around why these lines were put in. --- code/game/machinery/bots/secbot.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/machinery/bots/secbot.dm b/code/game/machinery/bots/secbot.dm index 917d399323..784011e4d9 100644 --- a/code/game/machinery/bots/secbot.dm +++ b/code/game/machinery/bots/secbot.dm @@ -600,8 +600,6 @@ Auto Patrol: []"}, if(istype(C, /mob/living/carbon/human)) src.threatlevel = src.assess_perp(C) - else if((src.idcheck) && (istype(C, /mob/living/carbon/monkey))) - src.threatlevel = 4 else if(istype(M, /mob/living/simple_animal/hostile)) if(M.stat == DEAD)