mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Replaces the default output with the to_chat wrapper.
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user