mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 06:01:56 +00:00
9 lines
224 B
Plaintext
9 lines
224 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
|
|
|