mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -04:00
Add "Land" as possible input to tile-related uniques (#3574)
* no message * Revert "no message" This reverts commit 9ece60bd583a02e80d2c4886dceb1e5d3e9996a9. * Renamed Haka War Dance effect to Intimidation, to make it more applicable to non-Maori Warrior units. * no message * Parameterized civUnique for extra experience from combat * Update build.gradle.kts * Update BattleDamage.kt * Update Policies.json * Update Battle.kt * Fully parameterized nationwide XP gain * New parameterized uniques for border expansion - "-[]% Gold cost of acquiring tiles []" and "-[]% Culture cost of acquiring tiles []" * Parameterized uniques for acquiring new tiles via either culture or gold * Parameterizing expansion unique - improved calculation method * Improved parameterization for border expansion uniques * Add "Land" as possible input to tile-related uniques
This commit is contained in:
parent
c85137aaaf
commit
72b917ca1f
@ -355,6 +355,7 @@ open class TileInfo {
|
||||
|| improvement == filter
|
||||
// || resource == filter // TODO uncomment in next version
|
||||
|| filter == "Water" && isWater
|
||||
|| filter == "Land" && isLand
|
||||
}
|
||||
|
||||
fun hasImprovementInProgress() = improvementInProgress != null
|
||||
|
Loading…
x
Reference in New Issue
Block a user