mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 13:55:54 -04:00
Resolved #3614 - tileFilter works with natural wonders
This commit is contained in:
parent
37903435f5
commit
8472715509
@ -399,6 +399,7 @@ open class TileInfo {
|
|||||||
|| civInfo != null && hasViewableResource(civInfo) && resource == filter
|
|| civInfo != null && hasViewableResource(civInfo) && resource == filter
|
||||||
|| filter == "Water" && isWater
|
|| filter == "Water" && isWater
|
||||||
|| filter == "Land" && isLand
|
|| filter == "Land" && isLand
|
||||||
|
|| filter == naturalWonder
|
||||||
}
|
}
|
||||||
|
|
||||||
fun hasImprovementInProgress() = improvementInProgress != null
|
fun hasImprovementInProgress() = improvementInProgress != null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user