diff --git a/code/modules/spells/spell_types/teleport/blink.dm b/code/modules/spells/spell_types/teleport/blink.dm index 623bef237fb..04c17a0e775 100644 --- a/code/modules/spells/spell_types/teleport/blink.dm +++ b/code/modules/spells/spell_types/teleport/blink.dm @@ -4,7 +4,7 @@ button_icon_state = "blink" sound = 'sound/magic/blink.ogg' - school = SCHOOL_FORBIDDEN + school = SCHOOL_TRANSLOCATION cooldown_time = 2 SECONDS cooldown_reduction_per_rank = 0.4 SECONDS