v1.4.0: fixed incorrect ascension message on floor 1

This commit is contained in:
Evan Debenham
2022-07-31 14:29:28 -04:00
parent 31ccd854ab
commit 71c9635021
@@ -209,7 +209,7 @@ public class AscensionChallenge extends Buff {
} }
public void saySwitch(){ public void saySwitch(){
if (Dungeon.bossLevel() || Dungeon.depth == 1){ if (Dungeon.bossLevel()){
GLog.p(Messages.get(this, "break")); GLog.p(Messages.get(this, "break"));
} else { } else {
if (Dungeon.depth == 1){ if (Dungeon.depth == 1){