diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java index ccef29e8a..9bab37fa6 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java @@ -435,7 +435,8 @@ public enum Icons { } private static int runTypeOfsY(){ - if (Dungeon.dailyReplay || !Dungeon.customSeedText.isEmpty()){ + if ((Dungeon.daily && Dungeon.dailyReplay) + || (!Dungeon.daily && !Dungeon.customSeedText.isEmpty())){ return 8; } else { return 0;