v0.9.0: fixed secret maze prize items not being known uncursed
This commit is contained in:
@@ -102,6 +102,7 @@ public class SecretMazeRoom extends SecretRoom {
|
||||
prize = Generator.randomArmor((Dungeon.depth / 5) + 1);
|
||||
}
|
||||
} while (prize.cursed || Challenges.isItemBlocked(prize));
|
||||
prize.cursedKnown = true;
|
||||
|
||||
//33% chance for an extra update.
|
||||
if (Random.Int(3) == 0){
|
||||
|
||||
Reference in New Issue
Block a user