Fixes MC tab crashing, debug-controller verb now shows all SS. (#11509)

This commit is contained in:
Matt Atlas
2021-03-21 15:24:34 +01:00
committed by GitHub
parent 323579ba0d
commit 1af39b0f4e
4 changed files with 59 additions and 25 deletions
+4 -1
View File
@@ -873,10 +873,13 @@
stat("Failsafe Controller:", "ERROR")
if (Master)
stat(null, "- Subsystems -")
var/amt = 0
for(var/datum/controller/subsystem/SS in Master.subsystems)
if (!Master.initializing && SS.flags & SS_NO_DISPLAY)
continue
if(amt >= 70)
break
amt++
SS.stat_entry()
if(listed_turf && client)