v1.3.0: fixed Goo's level been counted for exploration bonus
This commit is contained in:
@@ -780,7 +780,7 @@ public class Dungeon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void updateLevelExplored(){
|
public static void updateLevelExplored(){
|
||||||
if (branch == 0 && level instanceof RegularLevel){
|
if (branch == 0 && level instanceof RegularLevel && !Dungeon.bossLevel()){
|
||||||
Statistics.floorsExplored.put( depth, level.isLevelExplored(depth));
|
Statistics.floorsExplored.put( depth, level.isLevelExplored(depth));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user