mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Dreamchecker part 2 (#8978)
* SHOULD_NOT_OVERRIDE * SHOULD_BE_PURE * PRIVATE_PROC * PROTECTED_PROC * VAR_FINAL * i should test my shit before making a pr huh Co-authored-by: alexkar598 <>
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
|
||||
//This is used so the mc knows when the subsystem sleeps. do not override.
|
||||
/datum/controller/subsystem/proc/ignite(resumed = 0)
|
||||
SHOULD_NOT_OVERRIDE(TRUE)
|
||||
set waitfor = 0
|
||||
. = SS_SLEEPING
|
||||
fire(resumed)
|
||||
|
||||
Reference in New Issue
Block a user