Skip to content

Commit f0df051

Browse files
Update MapRegions.kt
1 parent 6c351fb commit f0df051

File tree

1 file changed

+1
-1
lines changed
  • core/src/com/unciv/logic/map/mapgenerator/mapregions

1 file changed

+1
-1
lines changed

core/src/com/unciv/logic/map/mapgenerator/mapregions/MapRegions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class MapRegions (val ruleset: Ruleset) {
6767

6868
val randomLuxuryRatios = mapOf(
6969
1 to listOf(1f),
70-
2 to listOf(0.55f, 0.44f),
70+
2 to listOf(0.55f, 0.45f),
7171
3 to listOf(0.40f, 0.33f, 0.27f),
7272
4 to listOf(0.35f, 0.25f, 0.25f, 0.15f),
7373
5 to listOf(0.25f, 0.25f, 0.20f, 0.15f, 0.15f),

0 commit comments

Comments
 (0)