Add blinding flash spell
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user