code/__DEFINES/construction/structures.dm
BLASTDOOR_NEEDS_WIRES | The blast door is missing wires, first step of construction. |
---|---|
BLASTDOOR_NEEDS_ELECTRONICS | The blast door needs electronics, second step of construction. |
BLASTDOOR_FINISHED | The blast door is fully constructed. |
FRAME_STATE_EMPTY | Frame is empty, no wires no board |
FRAME_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_COMPUTER_STATE_EMPTY | Frame is empty, no circuit board yet |
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_WIRED | Frame has been wired |
FRAME_COMPUTER_STATE_GLASSED | Frame has had glass applied to it |
CAMERA_STATE_WRENCHED | The camera assembly is wrenched in (aka placed on the wall), and wrenching will deconstruct. |
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_FINISHED | The 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