v0.6.0: reduced the number of traps on later floors
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ public abstract class RegularLevel extends Level {
|
||||
}
|
||||
|
||||
protected int nTraps() {
|
||||
return Random.NormalIntRange( 1, 4+(Dungeon.depth/2) );
|
||||
return Random.NormalIntRange( 1, 3+(Dungeon.depth/3) );
|
||||
}
|
||||
|
||||
protected Class<?>[] trapClasses(){
|
||||
|
||||
Reference in New Issue
Block a user