removes a ton of things checking the ticker to see if it's monkey, a gamemode that no longer exists.

This commit is contained in:
iamgoofball
2014-04-06 11:46:12 -07:00
parent 9db94d7c98
commit 810b91e7ac
6 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -27,7 +27,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