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.
This commit is contained in:
Ccomp5950
2014-05-27 03:58:36 -05:00
parent 1d6501d6d3
commit f9e23cb39b

View File

@@ -600,8 +600,6 @@ Auto Patrol: []"},
if(istype(C, /mob/living/carbon/human)) if(istype(C, /mob/living/carbon/human))
src.threatlevel = src.assess_perp(C) 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)) else if(istype(M, /mob/living/simple_animal/hostile))
if(M.stat == DEAD) if(M.stat == DEAD)