Add fangs spell

This commit is contained in:
Electroblob77
2020-06-29 23:52:05 +01:00
parent cfca8f1fdd
commit c2e99e2ce6
7 changed files with 122 additions and 0 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 fangs = placeholder();
public static final Spell radiant_totem = placeholder();
public static final Spell firestorm = placeholder();
@@ -452,6 +453,7 @@ public final class Spells {
registry.register(new BlindingFlash());
registry.register(new Stormcloud());
registry.register(new Fangs());
registry.register(new RadiantTotem());
registry.register(new Firestorm());