v0.8.0: slightly tightened mob count ranges. A bit less random now
This commit is contained in:
@@ -159,7 +159,7 @@ public abstract class RegularLevel extends Level {
|
|||||||
//mobs are not randomly spawned on floor 1.
|
//mobs are not randomly spawned on floor 1.
|
||||||
return 0;
|
return 0;
|
||||||
default:
|
default:
|
||||||
return 2 + Dungeon.depth % 5 + Random.Int(5);
|
return 3 + Dungeon.depth % 5 + Random.Int(3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user