v0.4.0: renamed glyph of bounce

This commit is contained in:
Evan Debenham
2016-06-03 22:07:08 -04:00
parent b8712493c0
commit 47389c9cb7
4 changed files with 17 additions and 9 deletions
@@ -142,6 +142,9 @@ public class ShatteredPixelDungeon extends Game {
com.watabou.utils.Bundle.addAlias(
com.shatteredpixel.shatteredpixeldungeon.items.weapon.enchantments.Chilling.class,
"com.shatteredpixel.shatteredpixeldungeon.items.weapon.enchantments.Slow" );
com.watabou.utils.Bundle.addAlias(
com.shatteredpixel.shatteredpixeldungeon.items.armor.glyphs.Repulsion.class,
"com.shatteredpixel.shatteredpixeldungeon.items.armor.glyphs.Bounce" );
}