mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
[FIX] return some classes and standardize some class=\" (#27051)
* [FIX] return some classes and standardize some class=\" * cultspeech
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user