Adds a to_chat() proc, to pave the way to a non shit chat.

This commit is contained in:
PJB3005
2015-11-25 15:05:25 +01:00
parent 1709a73bdc
commit 99bf59d80e
1110 changed files with 9473 additions and 9348 deletions

View File

@@ -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