mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
limit visible message for objects (#8740)
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
M.create_chat_message(source, "[runemessage]", FALSE, list("emote"), audible = FALSE)
|
M.create_chat_message(source, "[runemessage]", FALSE, list("emote"), audible = FALSE)
|
||||||
else if(blind_message)
|
else if(blind_message)
|
||||||
M.show_message(blind_message, AUDIBLE_MESSAGE)
|
M.show_message(blind_message, AUDIBLE_MESSAGE)
|
||||||
else
|
else if (source.invisibility <= SEE_INVISIBLE_LIVING)
|
||||||
parent_atom.show_message(message, VISIBLE_MESSAGE, blind_message, AUDIBLE_MESSAGE)
|
parent_atom.show_message(message, VISIBLE_MESSAGE, blind_message, AUDIBLE_MESSAGE)
|
||||||
|
|
||||||
//Atom definition (base)
|
//Atom definition (base)
|
||||||
|
|||||||
Reference in New Issue
Block a user