Commit 5bc93bb
Jungles again no longer spawn on hills (#14580)
Specifically, new features must again able to occur on the LAST feature on the tile (or baseTerrain). This reproduces the old conditions, weird as they were.
I also removed the hasVegitation from matches, better matching prior conditions. It only affected the case where the MapEditor generated vegetation, and then regenerated temperature, mountains or lakes, which is rare enough that keeping old behavior is safer.
applyHumidityAndTemperature now again ignores hills and mountains, like it used to. Again, It only affected the case where the MapEditor generated elevation, and then regenerated temperature, which is rare enough that keeping old behavior is safer.
Signed-off-by: MPD <mooing_psycho_duck@hotmail.com>
Co-authored-by: MPD <mooing_psycho_duck@hotmail.com>1 parent dcdfe88 commit 5bc93bb
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
492 | 491 | | |
493 | 492 | | |
494 | 493 | | |
495 | | - | |
| 494 | + | |
496 | 495 | | |
497 | 496 | | |
498 | 497 | | |
| |||
620 | 619 | | |
621 | 620 | | |
622 | 621 | | |
623 | | - | |
624 | 622 | | |
625 | 623 | | |
626 | 624 | | |
627 | 625 | | |
628 | 626 | | |
| 627 | + | |
629 | 628 | | |
630 | 629 | | |
631 | 630 | | |
| |||
0 commit comments