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
232 B
Plaintext
6 lines
232 B
Plaintext
/// Trait applied by element
|
|
#define ELEMENT_TRAIT(source) "element_trait_[source]"
|
|
|
|
/// A trait given by a specific status effect (not sure why we need both but whatever!)
|
|
#define TRAIT_STATUS_EFFECT(effect_id) "[effect_id]-trait"
|