Files
VOREStation/code/__defines/weather.dm
T
Kashargul aad224fafe Reworks weather effects to no longer hurt phased entities (#17469)
* 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
2025-04-06 18:09:33 +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