mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user