From 5f88112965e9a51a8a8b34b8f7e3c7b7e930468a Mon Sep 17 00:00:00 2001 From: TimChi <123629996+timchigaming@users.noreply.github.com> Date: Sun, 13 Oct 2024 16:07:28 +0300 Subject: [PATCH] Update code/__DEFINES/traits/declarations.dm Co-authored-by: Daeberdir <115735095+Daeberdir@users.noreply.github.com> --- code/__DEFINES/traits/declarations.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/traits/declarations.dm b/code/__DEFINES/traits/declarations.dm index 5eb4638b76a..9c6027c571c 100644 --- a/code/__DEFINES/traits/declarations.dm +++ b/code/__DEFINES/traits/declarations.dm @@ -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?