v1.4.0: fixed incorrect ascension message on floor 1
This commit is contained in:
+1
-1
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user