v0.2.4d: applied beacon tweaks

This commit is contained in:
Evan Debenham
2015-03-22 15:18:24 -04:00
parent 3db441a5f7
commit f89179d346
6 changed files with 15 additions and 10 deletions
@@ -50,6 +50,11 @@ public class ShatteredPixelDungeon extends Game {
com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfMagicalInfusion.class,
"com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfWeaponUpgrade" );
// 0.2.4d
com.watabou.utils.Bundle.addAlias(
com.shatteredpixel.shatteredpixeldungeon.items.artifacts.LloydsBeacon.class,
"com.shatteredpixel.shatteredpixeldungeon.items.LloydsBeacon" );
}