Merging 1.9.1 source: level changes
Differences: - Altar room turned off for now - Keep the guaranteed transmutation well
This commit is contained in:
committed by
Evan Debenham
parent
d894c7297f
commit
648246641a
@@ -125,7 +125,7 @@ public class TrapsPainter extends Painter {
|
||||
Generator.Category.WEAPON,
|
||||
Generator.Category.ARMOR
|
||||
) );
|
||||
if (another.level > prize.level) {
|
||||
if (another.level() > prize.level()) {
|
||||
prize = another;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user