Paranoid RunQueue errors. (#27948)

* Verbose RunQueue errors.

* Looser tracking

* Add line numbers.

* Point fingers at subsystems.

* SSinput debugging, useless debugging cleanup
This commit is contained in:
Charlie Nolan
2025-01-27 06:01:49 +00:00
committed by GitHub
parent 9bf8b927b4
commit 6eeea2b7c1
3 changed files with 29 additions and 15 deletions
+4
View File
@@ -353,3 +353,7 @@
out["sleep_count"] = fire_sleep_count
out["custom"] = list() // Override as needed on child
return out
/// Allows a subsystem to report what it was doing in case of a silent crash.
/datum/controller/subsystem/proc/last_task()
return "No task specified."