mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-24 16:41:48 +00:00
Supermatter cascade by default is offline, and will fire when a supermatter cascade occurs.
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
|