Add full message you used when accidentally emoting

This commit is contained in:
TheGreatKitsune
2022-12-08 15:44:01 -06:00
parent b1ad31cd93
commit 2c425a79c3

View File

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