Add radiant totem spell

This commit is contained in:
Electroblob77
2020-06-26 17:46:47 +01:00
parent 1ea6355a9e
commit 080022127c
29 changed files with 351 additions and 56 deletions
@@ -243,6 +243,7 @@ public final class Spells {
public static final Spell blinding_flash = placeholder();
public static final Spell stormcloud = placeholder();
public static final Spell radiant_totem = placeholder();
public static final Spell firestorm = placeholder();
public static final Spell zombie_apocalypse = placeholder();
@@ -451,6 +452,7 @@ public final class Spells {
registry.register(new BlindingFlash());
registry.register(new Stormcloud());
registry.register(new RadiantTotem());
registry.register(new Firestorm());
registry.register(new ZombieApocalypse());