tgui default background color port (#18008)

* tgui default background color port

* globs are not ready yet

* prettier

* .
This commit is contained in:
Kashargul
2025-07-16 20:13:26 +02:00
committed by GitHub
parent eed81da60b
commit 7301d1121f
5 changed files with 278 additions and 277 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ SUBSYSTEM_DEF(tgui)
ntos_error = "<style type='text/css'>\n[ntos_error]\n</style>"
basehtml = replacetextEx(basehtml, "<!-- tgui:ntos-error -->", ntos_error)
basehtml = replacetextEx(basehtml, "<!-- tgui:nt-copyright -->", "Nanotrasen (c) 2284-[CURRENT_STATION_YEAR]")
basehtml = replacetextEx(basehtml, "<!-- tgui:nt-copyright -->", "Nanotrasen (c) 2284-[text2num(time2text(world.realtime,"YYYY")) + STATION_YEAR_OFFSET]")
/datum/controller/subsystem/tgui/Shutdown()
close_all_uis()