Skip to content

Commit

Permalink
Update code/__DEFINES/traits/declarations.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Daeberdir <[email protected]>
  • Loading branch information
timchigaming and Daeberdir authored Oct 13, 2024
1 parent 3e06370 commit 5f88112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/traits/declarations.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
#define TRAIT_FAKEDEATH "fakedeath" //Makes the owner appear as dead to most forms of medical examination
#define TRAIT_XENO_HOST "xeno_host" //Tracks whether we're gonna be a baby alien's mummy.
#define TRAIT_LEGION_TUMOUR "legion_tumour" //used in huds for special icon
#define TRAIT_NOSPELLS "spells_casting_block" // Used to prevent movement spells from being used as a brain
#define TRAIT_NO_SPELLS "no_spells" // Used to prevent movement spells from being used as a brain
/// Are we immune to shocks?
#define TRAIT_SHOCKIMMUNE "shock_immunity"
/// Are we immune to specifically tesla / SM shocks?
Expand Down

0 comments on commit 5f88112

Please sign in to comment.