mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user