Add blinding flash spell

This commit is contained in:
Electroblob77
2020-06-20 21:43:10 +01:00
parent 46a467de46
commit c6a3f090cd
8 changed files with 73 additions and 0 deletions
@@ -240,6 +240,8 @@ public final class Spells {
// Wizardry 4.3 spells
public static final Spell blinding_flash = placeholder();
public static final Spell stormcloud = placeholder();
public static final Spell zombie_apocalypse = placeholder();
@@ -445,6 +447,8 @@ public final class Spells {
// Wizardry 4.3 spells
registry.register(new BlindingFlash());
registry.register(new Stormcloud());
registry.register(new ZombieApocalypse());