Adds LOOC to runechat. (#23256)

* adds looc to runechat

* remove hearers

* remove unnecessary parens

* Prevent observers from LOOCing runechat

* Update code/game/verbs/ooc.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* contra review

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
Luc
2023-11-24 10:32:31 -05:00
committed by GitHub
parent 429981e797
commit 0b4a2bb5cf
3 changed files with 10 additions and 1 deletions
+5 -1
View File
@@ -132,7 +132,11 @@
switch(symbol)
if(RUNECHAT_SYMBOL_EMOTE)
symbol = "<span style='font-size: 9px; color: #3399FF;'>*</span> "
size = size || "small"
size ||= "small"
if(RUNECHAT_SYMBOL_LOOC)
symbol = "<span style='font-size: 5px; color: #6699cc;'><b>\[LOOC]</b></span> "
size ||= "small"
output_color = "gray"
else
symbol = null