Merge pull request #376 from Tastyfish/master

streamlined copy machine, mainly to not use process()
This commit is contained in:
SkyMarshal
2012-02-06 19:59:01 -08:00
2 changed files with 51 additions and 63 deletions
+3 -3
View File
@@ -175,9 +175,9 @@ Class Procs:
return 1
if(user.lying || user.stat)
return 1
if ( ! (istype(usr, /mob/living/carbon/human) || \
istype(usr, /mob/living/silicon) || \
istype(usr, /mob/living/carbon/monkey) && ticker && ticker.mode.name == "monkey") )
if ( ! (istype(user, /mob/living/carbon/human) || \
istype(user, /mob/living/silicon) || \
istype(user, /mob/living/carbon/monkey) && ticker && ticker.mode.name == "monkey") )
usr << "\red You don't have the dexterity to do this!"
return 1
/*