From 70ee3d5ce6b8bf4175adcd7feb208ccccf1681c4 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 31 Aug 2021 21:24:29 +0200 Subject: [PATCH] [MIRROR] fixes translocation define to actually mean translocation (#7875) * fixes translocation define to actually mean translocation (#61105) * fixes translocation define to actually mean translocation Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> --- code/__DEFINES/magic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/magic.dm b/code/__DEFINES/magic.dm index 02f936ef97d..7ae14913f02 100644 --- a/code/__DEFINES/magic.dm +++ b/code/__DEFINES/magic.dm @@ -12,7 +12,7 @@ //NEUTRAL SPELLS (punished by honorbound gods if you get caught using it) #define SCHOOL_EVOCATION "evocation" //kill or destroy shit, usually out of thin air #define SCHOOL_TRANSMUTATION "transmutation" //transform shit -#define SCHOOL_TRANSLOCATION "illusion" //movement based +#define SCHOOL_TRANSLOCATION "translocation" //movement based #define SCHOOL_CONJURATION "conjuration" //summoning //EVIL SPELLS (instant smite + banishment)