Goonstation 13 - Modules - TypesDefine Details

code/datums/flock/flock.dm

STAGE_UNBUILTThe relay is under construction
STAGE_BUILTThe relay has been built
STAGE_CRITICALThe relay is about to transmit the Signal
STAGE_DESTROYEDThe 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/flockmanages 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