mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
//////flag defines specifically for species traits
|
|
|
|
//touch reaction flags
|
|
|
|
#define SPECIES_TRAIT_PATTING_DEFENCE 1
|
|
#define SPECIES_TRAIT_PERSONAL_BUBBLE 2
|
|
#define SPECIES_TRAIT_THORNS 4
|