mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 12:37:42 -04:00
"Unowned" capitalized for consistency, whoops
This commit is contained in:
parent
7f29dab09f
commit
368f6d14c4
@ -512,7 +512,7 @@ class Tile : IsPartOfGameInfoSerialization, Json.Serializable {
|
||||
"Land" -> return isLand
|
||||
Constants.coastal -> return isCoastalTile()
|
||||
Constants.river -> return isAdjacentToRiver()
|
||||
"unowned" -> return getOwner() == null
|
||||
"Unowned" -> return getOwner() == null
|
||||
"your" -> return observingCiv != null && getOwner() == observingCiv
|
||||
"Foreign Land", "Foreign" -> return observingCiv != null && !isFriendlyTerritory(observingCiv)
|
||||
"Friendly Land", "Friendly" -> return observingCiv != null && isFriendlyTerritory(observingCiv)
|
||||
|
@ -315,7 +315,7 @@ enum class UniqueParameterType(
|
||||
override val staticKnownValues = setOf(
|
||||
"Terrain",
|
||||
Constants.coastal, Constants.river, "Open terrain", "Rough terrain", "Water resource",
|
||||
"resource", "Foreign Land", "Foreign", "Friendly Land", "Friendly", "Enemy Land", "Enemy", "your", "unowned",
|
||||
"resource", "Foreign Land", "Foreign", "Friendly Land", "Friendly", "Enemy Land", "Enemy", "your", "Unowned",
|
||||
"Featureless", Constants.freshWaterFilter, "non-fresh water", "Natural Wonder",
|
||||
"Impassable", "Land", "Water"
|
||||
) + ResourceType.entries.map { it.name + " resource" } + Constants.all
|
||||
|
Loading…
x
Reference in New Issue
Block a user