v0.3.0: added Wand of Frost

This commit is contained in:
Evan Debenham
2015-04-25 21:53:48 -04:00
parent 476e2eb59b
commit 98f5dbd295
4 changed files with 84 additions and 1 deletions
@@ -59,6 +59,9 @@ public class ShatteredPixelDungeon extends Game {
com.watabou.utils.Bundle.addAlias(
com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfVenom.class,
"com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfPoison" );
com.watabou.utils.Bundle.addAlias(
com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfFrost.class,
"com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfSlowness" );
}