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)
|
||||
|
||||
Reference in New Issue
Block a user