Merge pull request #3346 from Iamgoofball/FUCKMONKEY

Removes a bunch of ticker.mode.name == "monkey" checks, since monkey doesn't even exist anymore
This commit is contained in:
Razharas
2014-04-07 18:30:30 -07:00
6 changed files with 7 additions and 15 deletions
@@ -370,7 +370,5 @@
/mob/living/carbon/monkey/IsAdvancedToolUser()//Unless its monkey mode monkeys cant use advanced tools
if(!ticker) return 0
if(!ticker.mode.name == "monkey") return 0
return 1
return 0