Files
CHOMPStation2/code/__defines/weather.dm
2025-04-06 20:24:11 +02:00

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