/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/construction/structures.dm

BLASTDOOR_NEEDS_WIRESThe blast door is missing wires, first step of construction.
BLASTDOOR_NEEDS_ELECTRONICSThe blast door needs electronics, second step of construction.
BLASTDOOR_FINISHEDThe blast door is fully constructed.
FRAME_STATE_EMPTYFrame is empty, no wires no board
FRAME_STATE_WIREDFrame has been wired
FRAME_STATE_BOARD_INSTALLEDFrame has a board installed, it is safe to assume if in this state then circuit is non-null (but you never know)
FRAME_COMPUTER_STATE_EMPTYFrame is empty, no circuit board yet
FRAME_COMPUTER_STATE_BOARD_INSTALLEDFrame now has a board installed, it is safe to assume beyond this state, circuit is non-null (but you never know)
FRAME_COMPUTER_STATE_BOARD_SECUREDBoard has been secured
FRAME_COMPUTER_STATE_WIREDFrame has been wired
FRAME_COMPUTER_STATE_GLASSEDFrame has had glass applied to it
CAMERA_STATE_WRENCHEDThe camera assembly is wrenched in (aka placed on the wall), and wrenching will deconstruct.
CAMERA_STATE_WELDEDThe camera assembly is welded in place, so won't come off from wrench anymore.
CAMERA_STATE_WIREDThe camera assembly is wired and ready to finish construction.
CAMERA_STATE_FINISHEDThe camera assembly is finished construction fully, and is currently chilling in the camera machine.

Define Details

BLASTDOOR_FINISHED

The blast door is fully constructed.

BLASTDOOR_NEEDS_ELECTRONICS

The blast door needs electronics, second step of construction.

BLASTDOOR_NEEDS_WIRES

The blast door is missing wires, first step of construction.

CAMERA_STATE_FINISHED

The camera assembly is finished construction fully, and is currently chilling in the camera machine.

CAMERA_STATE_WELDED

The camera assembly is welded in place, so won't come off from wrench anymore.

CAMERA_STATE_WIRED

The camera assembly is wired and ready to finish construction.

CAMERA_STATE_WRENCHED

The camera assembly is wrenched in (aka placed on the wall), and wrenching will deconstruct.

FRAME_COMPUTER_STATE_BOARD_INSTALLED

Frame now has a board installed, it is safe to assume beyond this state, circuit is non-null (but you never know)

FRAME_COMPUTER_STATE_BOARD_SECURED

Board has been secured

FRAME_COMPUTER_STATE_EMPTY

Frame is empty, no circuit board yet

FRAME_COMPUTER_STATE_GLASSED

Frame has had glass applied to it

FRAME_COMPUTER_STATE_WIRED

Frame has been wired

FRAME_STATE_BOARD_INSTALLED

Frame has a board installed, it is safe to assume if in this state then circuit is non-null (but you never know)

FRAME_STATE_EMPTY

Frame is empty, no wires no board

FRAME_STATE_WIRED

Frame has been wired