mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-04 22:52:03 +00:00
24 lines
597 B
Plaintext
24 lines
597 B
Plaintext
/*ALL DEFINES RELATED TO CONSTRUCTION, CONSTRUCTING THINGS, OR CONSTRUCTED OBJECTS GO HERE*/
|
|
|
|
//Defines for construction states
|
|
|
|
//girder construction states
|
|
#define GIRDER_NORMAL 0
|
|
#define GIRDER_REINF_STRUTS 1
|
|
#define GIRDER_REINF 2
|
|
#define GIRDER_DISPLACED 3
|
|
#define GIRDER_DISASSEMBLED 4
|
|
|
|
//rwall construction states
|
|
#define RWALL_INTACT 0
|
|
#define RWALL_SUPPORT_LINES 1
|
|
#define RWALL_COVER 2
|
|
#define RWALL_CUT_COVER 3
|
|
#define RWALL_BOLTS 4
|
|
#define RWALL_SUPPORT_RODS 5
|
|
#define RWALL_SHEATH 6
|
|
|
|
//plastic flaps construction states
|
|
#define PLASTIC_FLAPS_NORMAL 0
|
|
#define PLASTIC_FLAPS_DETACHED 1
|