Some minor modifications to the last revision that I forgot to do.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1795 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-07 07:59:45 +00:00
parent 4ccc71f047
commit 89f32cf154
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ Neutralize All Unidentified Life Signs: []<BR>"},
if(src.assess_perp(C)<4)
continue // if threat level < 4, keep going
else if ((istype(C, /mob/living/carbon/monkey)) && (C.client) && (ticker.mode.name == "monkey"))
else if (istype(C, /mob/living/carbon/monkey))
continue // WHY WOULD YOU TARGET MONKIES???? Skip all monkies, jesus, don't waste your time bro
var/dst = get_dist(src, C) // if it's too far away, why bother?