mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 00:20:42 +01:00
Suspending different subsystems during explosion (#7760)
This commit is contained in:
committed by
Werner
parent
1e5e57a79d
commit
42588282f8
@@ -36,3 +36,9 @@ var/datum/controller/subsystem/processing/SSprocessing
|
||||
// Helper so PROCESS_KILL works.
|
||||
/datum/controller/subsystem/processing/proc/stop_processing(datum/D)
|
||||
STOP_PROCESSING(src, D)
|
||||
|
||||
/datum/controller/subsystem/processing/ExplosionStart()
|
||||
suspend()
|
||||
|
||||
/datum/controller/subsystem/processing/ExplosionEnd()
|
||||
wake()
|
||||
|
||||
Reference in New Issue
Block a user