v0.3.0: added name to Wand of Frost

This commit is contained in:
Evan Debenham 2015-04-26 02:22:12 -04:00
parent 98f5dbd295
commit 663f3f3727

View File

@ -22,6 +22,7 @@ import com.watabou.utils.Random;
public class WandOfFrost extends Wand { public class WandOfFrost extends Wand {
{ {
name = "Wand of Frost";
image = ItemSpriteSheet.WAND_FROST; image = ItemSpriteSheet.WAND_FROST;
} }