mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-13 19:39:34 +07:00
Allow passable natural wonders (#7550)
This commit is contained in:
parent
8331b87f64
commit
64e79ffa0d
@ -666,7 +666,6 @@ class UnitMovementAlgorithms(val unit: MapUnit) {
|
||||
if (tile.isOcean && !unit.civInfo.tech.allUnitsCanEnterOcean) { // Apparently all Polynesian naval units can enter oceans
|
||||
if (!unitSpecificAllowOcean && unit.cannotEnterOceanTiles) return false
|
||||
}
|
||||
if (tile.naturalWonder != null) return false
|
||||
|
||||
if (!unit.canEnterForeignTerrain && !tile.canCivPassThrough(unit.civInfo)) return false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user