mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
a1322afa05
* Port /datum/status_effect system * Port fire stacks to status_effects * Fixes and adjustments to wetness * One last little thing * Fixes these compile errors A few things on the backend got updated...Adjusts them here. --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
// /obj/effect/abstract/particle_holder/var/particle_flags
|
|
// Flags that effect how a particle holder displays something
|
|
|
|
/// If we're inside something inside a mob, display off that mob too
|
|
#define PARTICLE_ATTACH_MOB (1<<0)
|