mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 12:20:09 +01:00
aad224fafe
* Reworks weather effects to no longer hurt phased entities * no tracy ... * . * return * fix planetary weather * clearr that * mob spawners * fix simple mob sloshes * fix those * fix examines * revert that * convert to Z * effect all mobs type
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
|