Replaces the default output with the to_chat wrapper.

This commit is contained in:
Lzimann
2017-03-10 01:32:05 -03:00
parent ffbb492a43
commit 5a618297ce
1034 changed files with 7617 additions and 7680 deletions
@@ -46,7 +46,7 @@ var/datum/events/keycard_events = new()
if(isanimal(user))
var/mob/living/simple_animal/A = user
if(!A.dextrous)
user << "<span class='warning'>You are too primitive to use this device!</span>"
to_chat(user, "<span class='warning'>You are too primitive to use this device!</span>")
return UI_CLOSE
return ..()