From 00eb6833ad8fdda2df672912b1343d4008b34159 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 13 Jun 2022 00:56:51 -0400 Subject: [PATCH] v1.3.0: fixed incorrect conversion values for dreamfoil seeds --- .../shatteredpixeldungeon/ShatteredPixelDungeon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,