Updates OpenDream pragma file (#24516)

* hell yeah-coded

* welp im too tired to fix this one

* lets test this

* Revert "lets test this"

* okay, lets test!

* fixes

* okay we good?

* i might be stupid
This commit is contained in:
Contrabang
2024-03-17 07:56:56 -04:00
committed by GitHub
parent 5216a7853f
commit 9b24572ed5
23 changed files with 55 additions and 8 deletions
+5
View File
@@ -2,17 +2,22 @@
var/name
/datum/controller/proc/Initialize()
return
//cleanup actions
/datum/controller/proc/Shutdown()
return
//when we enter dmm_suite.load_map
/datum/controller/proc/StartLoadingMap()
return
//when we exit dmm_suite.load_map
/datum/controller/proc/StopLoadingMap()
return
/datum/controller/proc/Recover()
return
/datum/controller/proc/stat_entry(msg)
SHOULD_CALL_PARENT(TRUE)
+1
View File
@@ -323,6 +323,7 @@
//usually called via datum/controller/subsystem/New() when replacing a subsystem (i.e. due to a recurring crash)
//should attempt to salvage what it can from the old instance of subsystem
/datum/controller/subsystem/Recover()
return
/datum/controller/subsystem/vv_edit_var(var_name, var_value)
switch(var_name)