[FIX] return some classes and standardize some class=\" (#27051)

* [FIX] return some classes and standardize some class=\"

* cultspeech
This commit is contained in:
ROdenFL
2024-10-12 19:38:35 +03:00
committed by GitHub
parent ed8809a4fc
commit f6298184f5
8 changed files with 40 additions and 12 deletions
+2 -2
View File
@@ -165,9 +165,9 @@ GLOBAL_REAL(Failsafe, /datum/controller/failsafe)
if(. == 1) //We were able to create a new master
SSticker.Recover(); //Recover the ticket system so the Masters runlevel gets set
Master.Initialize(10, FALSE, TRUE) //Need to manually start the MC, normally world.new would do this
to_chat(GLOB.admins, "<span class=\"boldnotice\">MC successfully recreated after deleting and recreating all subsystems!</span>")
to_chat(GLOB.admins, "<span class='boldnotice'>MC successfully recreated after deleting and recreating all subsystems!</span>")
else
message_admins("<span class=\"boldnotice\">Failed to create new MC!</span>")
message_admins("<span class='boldnotice'>Failed to create new MC!</span>")
/datum/controller/failsafe/proc/defcon_pretty()
return defcon