Files
CHOMPStation2/code/__defines/shadekin.dm
CHOMPStation2 7dafd2a9e1 [MIRROR] Fixes some shadekin issues (#6832)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
2023-08-19 08:01:19 +02:00

18 lines
465 B
Plaintext

#define NOT_WHILE_SHIFTED 1
#define ONLY_WHILE_SHIFTED 2
#define SHIFTED_OR_NOT 3
#define AB_PHASE_SHIFTED 0x1
#define AB_PHASE_SHIFTING 0x2
#define AB_SHADE_REGEN 0x4
#define AB_DARK_TUNNEL 0x40 //CHOMPEdit Add - Dark Tunneling
#define AB_DARK_RESPITE 0x80 //CHOMPEdit Add - Dark Respite
//Porting over the type system of the mobs
#define BLUE_EYES 1
#define RED_EYES 2
#define PURPLE_EYES 3
#define YELLOW_EYES 4
#define GREEN_EYES 5
#define ORANGE_EYES 6