mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
Merge pull request #10509 from VOREStation/Arokha/runebold
Enable encoding chat emphasis in runechat
This commit is contained in:
committed by
Chompstation Bot
parent
f959b644e9
commit
97cbe00e53
@@ -156,6 +156,8 @@ var/list/runechat_image_cache = list()
|
||||
|
||||
text = "[prefixes?.Join(" ")][text]"
|
||||
|
||||
text = encode_html_emphasis(text)
|
||||
|
||||
// We dim italicized text to make it more distinguishable from regular text
|
||||
var/tgt_color = extra_classes.Find("italics") ? target.chat_color_darkened : target.chat_color
|
||||
|
||||
|
||||
Reference in New Issue
Block a user