[MIRROR] more font tag replacements (#10264)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-01 23:52:41 +01:00
committed by GitHub
co-authored by Kashargul
parent f2793fc77c
commit 0854b83265
118 changed files with 937 additions and 915 deletions
@@ -21,7 +21,7 @@ GLOBAL_LIST_EMPTY(_preloader_attributes)
value = deepCopyList(value)
#ifdef TESTING
if(what.vars[attribute] == value)
var/message = "<font color=green>[what.type]</font> at [AREACOORD(what)] - <b>VAR:</b> <font color=red>[attribute] = [isnull(value) ? "null" : (isnum(value) ? value : "\"[value]\"")]</font>"
var/message = span_green("[what.type]") + " at [AREACOORD(what)] - " + span_bold("VAR:") + " " + span_red("[attribute] = [isnull(value) ? "null" : (isnum(value) ? value : "\"[value]\"")]")
world.log << "DIRTY VAR: [message]"
dirty_vars += message
#endif