v0.3.0: renamed wand of firebolt to wand of fireblast

This commit is contained in:
Evan Debenham
2015-05-07 01:21:00 -04:00
parent 9b280400c6
commit 3e083fc299
4 changed files with 7 additions and 9 deletions
@@ -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,
@@ -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;