Files
VOREStation/code/__defines/species_traits.dm
T
Olive 11de395d04 Adds dodge pickup attempt option to personal space bubble (#18938)
* Add QoL option to dodge pick up attempts with personal space bubble traits

* whitespalce

* thar she blows

---------

Co-authored-by: CameronSTaljaard <cameronstaljaard@gmail.com>
2026-01-17 08:31:03 -08:00

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