v0.3.0: renamed wand of firebolt to wand of fireblast
This commit is contained in:
@@ -118,7 +118,7 @@ public class Generator {
|
||||
Category.WAND.classes = new Class<?>[]{
|
||||
WandOfTeleportation.class,
|
||||
WandOfSlowness.class,
|
||||
WandOfFirebolt.class,
|
||||
WandOfFireblast.class,
|
||||
WandOfRegrowth.class,
|
||||
WandOfPoison.class,
|
||||
WandOfBlink.class,
|
||||
|
||||
+2
-3
@@ -37,11 +37,10 @@ import com.watabou.utils.Random;
|
||||
|
||||
import java.util.HashSet;
|
||||
|
||||
//TODO: rename to fireblast
|
||||
public class WandOfFirebolt extends Wand {
|
||||
public class WandOfFireblast extends Wand {
|
||||
|
||||
{
|
||||
name = "Wand of Firebolt";
|
||||
name = "Wand of Fireblast";
|
||||
image = ItemSpriteSheet.WAND_FIREBOLT;
|
||||
|
||||
collisionProperties = Ballistica.STOP_TERRAIN;
|
||||
Reference in New Issue
Block a user