Merge pull request #4715 from Iamgoofball/FUCKMONKEY

Removes the last traces of Monkey Emergency
This commit is contained in:
DJSnapshot
2014-04-11 11:47:37 -07:00
8 changed files with 11 additions and 151 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
if ( ! (istype(user, /mob/living/carbon/human) || \
istype(user, /mob/living/silicon) || \
istype(user, /mob/living/carbon/monkey) && ticker && ticker.mode.name == "monkey") )
istype(user, /mob/living/carbon/monkey)) )
user << "\red You don't have the dexterity to do this!"
return 1