mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-17 21:24:01 +00:00
* Supermatter cascade subsystems fire when it needs to (#69686) Supermatter cascade by default is offline, and will fire when a supermatter cascade occurs. * Supermatter cascade subsystems fire when it needs to Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
PROCESSING_SUBSYSTEM_DEF(supermatter_cascade)
|
|
name = "Supermatter Cascade"
|
|
wait = 0.5 SECONDS
|
|
stat_tag = "SC"
|
|
can_fire = FALSE
|
|
|
|
///Is a cascade happening right now?
|
|
var/cascade_initiated = FALSE
|