#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