Shift+F3 debug menu (#18065)

* F3 debug menu

* Some tweaks

* So that escalated

* Update code/controllers/subsystem.dm

* Update code/controllers/subsystem/debugview.dm

* Charlie tweaks
This commit is contained in:
AffectedArc07
2022-06-26 20:10:09 +01:00
committed by GitHub
parent d43eb77b25
commit d538100ceb
34 changed files with 172 additions and 66 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ SUBSYSTEM_DEF(dbcore)
offline_implications = "The server will no longer check for undeleted SQL Queries. No immediate action is needed."
/datum/controller/subsystem/dbcore/stat_entry()
..("A: [length(active_queries)]")
/datum/controller/subsystem/dbcore/get_stat_details()
return "A: [length(active_queries)]"
// This is in Initialize() so that its actually seen in chat
/datum/controller/subsystem/dbcore/Initialize()