Suspending different subsystems during explosion (#7760)

This commit is contained in:
Mykhailo Bykhovtsev
2019-12-24 09:03:18 -08:00
committed by Werner
parent 1e5e57a79d
commit 42588282f8
6 changed files with 68 additions and 1 deletions
@@ -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()