mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Adds a to_chat() proc, to pave the way to a non shit chat.
This commit is contained in:
@@ -108,7 +108,7 @@ var/global/automation_types=typesof(/datum/automation) - /datum/automation
|
||||
if(usr.restrained() || usr.lying || usr.stat)
|
||||
return 1
|
||||
if (!usr.dexterity_check())
|
||||
usr << "<span class='warning'>You don't have the dexterity to do this!</span>"
|
||||
to_chat(usr, "<span class='warning'>You don't have the dexterity to do this!</span>")
|
||||
return 1
|
||||
|
||||
var/norange = 0
|
||||
|
||||
Reference in New Issue
Block a user