Add frost barrier spell

This commit is contained in:
Electroblob77
2020-09-27 17:48:37 +01:00
parent a72ac33768
commit c05f4001fd
18 changed files with 426 additions and 19 deletions
@@ -240,6 +240,8 @@ public final class Spells {
// Wizardry 4.3 spells
public static final Spell frost_barrier = placeholder();
public static final Spell blinding_flash = placeholder();
public static final Spell mark_sacrifice = placeholder();
@@ -453,6 +455,8 @@ public final class Spells {
// Wizardry 4.3 spells
registry.register(new FrostBarrier());
registry.register(new BlindingFlash());
registry.register(new MarkSacrifice());