[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 15:52:41 -07:00
committed by GitHub
parent f2793fc77c
commit 0854b83265
118 changed files with 937 additions and 915 deletions

View File

@@ -255,7 +255,7 @@ var/list/obj/machinery/requests_console/allConsoles = list()
if(inoperable(MAINT)) return
if(screen == RCS_MESSAUTH)
var/obj/item/card/id/T = O
msgVerified = text("<font color='green'><b>Verified by [T.registered_name] ([T.assignment])</b></font>")
msgVerified = span_green(span_bold("Verified by [T.registered_name] ([T.assignment])"))
SStgui.update_uis(src)
if(screen == RCS_ANNOUNCE)
var/obj/item/card/id/ID = O
@@ -270,7 +270,7 @@ var/list/obj/machinery/requests_console/allConsoles = list()
if(inoperable(MAINT)) return
if(screen == RCS_MESSAUTH)
var/obj/item/stamp/T = O
msgStamped = text("<font color='blue'><b>Stamped with the [T.name]</b></font>")
msgStamped = span_blue(span_bold("Stamped with the [T.name]"))
SStgui.update_uis(src)
return