mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 01:25:10 +01:00
d8c1932cb9
* Laser Eyes * Update dna.dm * Mecha * Update positive_genes.dm * These * These 2 * yeh * Rest of these * Update turf.dm * Update food.dm * Some moar * mooove * Update vorestation.dme * Update burning.dm * firesuit * flags * HYPNOCOLOR * xd * no filter * dc * Update ore_bag.dm * Update misc.dm * Update misc.dm
27 lines
691 B
Plaintext
27 lines
691 B
Plaintext
#define MECHA_INT_FIRE 1
|
|
#define MECHA_INT_TEMP_CONTROL 2
|
|
#define MECHA_INT_SHORT_CIRCUIT 4
|
|
#define MECHA_INT_TANK_BREACH 8
|
|
#define MECHA_INT_CONTROL_LOST 16
|
|
|
|
#define MECHA_PROC_MOVEMENT 1
|
|
#define MECHA_PROC_DAMAGE 2
|
|
#define MECHA_PROC_INT_TEMP 4
|
|
|
|
#define MECH_MELEE 1
|
|
#define RANGED 2
|
|
|
|
#define MECH_FACTION_NT "nano"
|
|
#define MECH_FACTION_SYNDI "syndi"
|
|
#define MECH_FACTION_NONE "none"
|
|
|
|
//Mecha Equipment
|
|
#define EQUIP_HULL "hull"
|
|
#define EQUIP_WEAPON "weapon"
|
|
#define EQUIP_UTILITY "utility"
|
|
#define EQUIP_SPECIAL "core"
|
|
//VOREStation Addition begin: MICROMECHS
|
|
#define EQUIP_MICRO_UTILITY "micro_utility"
|
|
#define EQUIP_MICRO_WEAPON "micro_weapon"
|
|
//VOREStation Addition end: MICROMECHS
|