This commit is contained in:
Improvedname
2020-03-23 17:27:53 +01:00
parent e72ad9ebd4
commit 905d1c622e
11 changed files with 385 additions and 414 deletions
+1 -7
View File
@@ -253,10 +253,4 @@ GLOBAL_DATUM_INIT(iconCache, /savefile, new("tmp/iconCache.sav")) //Cache of ico
if(Master.current_runlevel == RUNLEVEL_INIT || !SSchat?.initialized)
to_chat_immediate(target, message, handle_whitespace)
return
SSchat.queue(target, message, handle_whitespace)
/datum/chatOutput/proc/swaptolightmode() //Dark mode light mode stuff. Yell at KMC if this breaks! (See darkmode.dm for documentation)
owner.force_white_theme()
/datum/chatOutput/proc/swaptodarkmode()
owner.force_dark_theme()
SSchat.queue(target, message, handle_whitespace)