mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
#define FIRST_DUCT_LAYER 1
|
|
#define SECOND_DUCT_LAYER 2
|
|
#define THIRD_DUCT_LAYER 4
|
|
#define FOURTH_DUCT_LAYER 8
|
|
#define FIFTH_DUCT_LAYER 16
|
|
|
|
#define DUCT_LAYER_DEFAULT THIRD_DUCT_LAYER |