code/datums/flock/flock.dm 
STAGE_UNBUILT | The relay is under construction |
---|---|
STAGE_BUILT | The relay has been built |
STAGE_CRITICAL | The relay is about to transmit the Signal |
STAGE_DESTROYED | The relay either transmitted the Signal, or was otherwise destroyed |
/var/flocks | associative list of flock names to their flock |
/var/flock_signal_unleashed | Has a flock relay been unleashed yet this round |
/proc/get_default_flock | Gimmick flock with infinite compute that lone structures and units automatically connect to |
/datum/flock | manages and holds information for a flock |
Define Details
STAGE_BUILT 
The relay has been built
STAGE_CRITICAL 
The relay is about to transmit the Signal
STAGE_DESTROYED 
The relay either transmitted the Signal, or was otherwise destroyed
STAGE_UNBUILT 
The relay is under construction