mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Add full message you used when accidentally emoting
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
|
||||
var/decl/emote/use_emote = get_emote_by_key(act)
|
||||
if(!istype(use_emote))
|
||||
to_chat(src, SPAN_WARNING("Unknown emote '[act]'. Type <b>say *help</b> for a list of usable emotes."))
|
||||
to_chat(src, SPAN_WARNING("Unknown emote '[act]'. Type <b>say *help</b> for a list of usable emotes. ([act] [message]")) //CHOMPEdit - Add full message in the event you used * instead of ! or something like that
|
||||
return
|
||||
|
||||
if(!use_emote.mob_can_use(src))
|
||||
|
||||
Reference in New Issue
Block a user