mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
#define HAS_PLANET_EFFECT 0x1
|
|
#define EFFECT_ALL_MOBS 0x2
|
|
#define EFFECT_ONLY_HUMANS 0x4
|
|
#define EFFECT_ONLY_LIVING 0x8
|
|
#define EFFECT_ONLY_ROBOTS 0x10
|
|
#define EFFECT_ALWAYS_HITS 0x20
|