mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
move airlock controller defines to the right place (#28841)
* move airlock controller defines to the right place * goddamnit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// Airlock controller control states
|
||||
#define CONTROL_STATE_IDLE 0
|
||||
#define CONTROL_STATE_PREPARE 1
|
||||
#define CONTROL_STATE_DEPRESSURIZE 2
|
||||
#define CONTROL_STATE_PRESSURIZE 3
|
||||
|
||||
// Airlock controller target states
|
||||
#define TARGET_NONE 0
|
||||
#define TARGET_INOPEN -1
|
||||
#define TARGET_OUTOPEN -2
|
||||
|
||||
// Airlock controller button modes
|
||||
#define MODE_INTERIOR "int"
|
||||
#define MODE_EXTERIOR "ext"
|
||||
Reference in New Issue
Block a user