mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 12:41:46 +00:00
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
23 lines
586 B
Plaintext
23 lines
586 B
Plaintext
#define MECHA_INT_FIRE (1<<0)
|
|
#define MECHA_INT_TEMP_CONTROL (1<<1)
|
|
#define MECHA_INT_SHORT_CIRCUIT (1<<2)
|
|
#define MECHA_INT_TANK_BREACH (1<<3)
|
|
#define MECHA_INT_CONTROL_LOST (1<<4)
|
|
|
|
#define MECHA_MELEE (1<<0)
|
|
#define MECHA_RANGED (1<<1)
|
|
|
|
#define MECHAMOVE_RAND (1<<0)
|
|
#define MECHAMOVE_TURN (1<<1)
|
|
#define MECHAMOVE_STEP (1<<2)
|
|
|
|
#define MECHA_FRONT_ARMOUR 1
|
|
#define MECHA_SIDE_ARMOUR 2
|
|
#define MECHA_BACK_ARMOUR 3
|
|
|
|
#define MECHA_LOCKED 0
|
|
#define MECHA_SECURE_BOLTS 1
|
|
#define MECHA_LOOSE_BOLTS 2
|
|
#define MECHA_OPEN_HATCH 3
|
|
#define MECHA_UNSECURE_CELL 4
|