mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
methylphenidate
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user