Add mark sacrifice spell

This commit is contained in:
Electroblob77
2020-07-30 22:54:37 +01:00
parent a321e4ef66
commit 0d7d36c0b5
9 changed files with 106 additions and 1 deletions
@@ -241,6 +241,7 @@ public final class Spells {
// Wizardry 4.3 spells
public static final Spell blinding_flash = placeholder();
public static final Spell mark_sacrifice = placeholder();
public static final Spell stormcloud = placeholder();
public static final Spell fangs = placeholder();
@@ -452,6 +453,7 @@ public final class Spells {
// Wizardry 4.3 spells
registry.register(new BlindingFlash());
registry.register(new MarkSacrifice());
registry.register(new Stormcloud());
registry.register(new Fangs());