mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
#define CARTRIDGE_VOLUME_LARGE 500
|
|
#define CARTRIDGE_VOLUME_MEDIUM 250
|
|
#define CARTRIDGE_VOLUME_SMALL 100
|
|
|
|
// Chemistry dispenser starts with 21
|
|
// ERT dispenser starts with 28
|
|
#define DISPENSER_MAX_CARTRIDGES 30
|
|
|