methylphenidate

This commit is contained in:
DeityLink
2015-05-16 13:17:48 +02:00
committed by DeityLink
parent 8876203960
commit 4f8c4447ed
31 changed files with 115 additions and 52 deletions

View File

@@ -107,9 +107,7 @@ var/global/automation_types=typesof(/datum/automation) - /datum/automation
if(!canGhostWrite(usr,parent,"",ghost_flags))
if(usr.restrained() || usr.lying || usr.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 (!usr.dexterity_check())
usr << "<span class='warning'>You don't have the dexterity to do this!</span>"
return 1