mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
11de395d04
* Add QoL option to dodge pick up attempts with personal space bubble traits * whitespalce * thar she blows --------- Co-authored-by: CameronSTaljaard <cameronstaljaard@gmail.com>
9 lines
224 B
Plaintext
9 lines
224 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
|
|
#define SPECIES_TRAIT_PICKUP_DODGE 8
|