v0.3.0: added proper conversion for wand of amok

This commit is contained in:
Evan Debenham 2015-05-25 00:29:16 -04:00
parent 65563322ea
commit 7230fe6be9

View File

@ -65,10 +65,9 @@ public class ShatteredPixelDungeon extends Game {
com.watabou.utils.Bundle.addAlias( com.watabou.utils.Bundle.addAlias(
com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfFireblast.class, com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfFireblast.class,
"com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfFirebolt" ); "com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfFirebolt" );
//TODO: add when this one is implemented com.watabou.utils.Bundle.addAlias(
//com.watabou.utils.Bundle.addAlias( com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfCorruption.class,
// com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfCorruption.class, "com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfAmok" );
// "com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfAmok" );
com.watabou.utils.Bundle.addAlias( com.watabou.utils.Bundle.addAlias(
com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfBlastWave.class, com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfBlastWave.class,
"com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfTelekinesis" ); "com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfTelekinesis" );