mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 10:01:58 +00:00
* Proselytizer conversion now accounts for existing materials better * shitfuck. * move the god damn defines
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
//Defines for construction states of various objects
|
|
|
|
//girder construction states
|
|
#define GIRDER_NORMAL 0
|
|
#define GIRDER_REINF_STRUTS 1
|
|
#define GIRDER_REINF 2
|
|
#define GIRDER_DISPLACED 3
|
|
#define GIRDER_DISASSEMBLED 4 |