diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java index d9be493cc..2631439e0 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java @@ -51,7 +51,7 @@ public class ShatteredPixelDungeon extends Game { "com.shatteredpixel.shatteredpixeldungeon.plants.Dreamfoil" ); com.watabou.utils.Bundle.addAlias( com.shatteredpixel.shatteredpixeldungeon.plants.Mageroyal.Seed.class, - "com.shatteredpixel.shatteredpixeldungeon.plants.Dreamfoil.Seed" ); + "com.shatteredpixel.shatteredpixeldungeon.plants.Dreamfoil$Seed" ); com.watabou.utils.Bundle.addAlias( com.shatteredpixel.shatteredpixeldungeon.items.weapon.curses.Dazzling.class,