mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-07 00:41:39 +07:00
Fixed unit not giftable in one-sided open borders agreement. (#7701)
This commit is contained in:
@ -253,7 +253,7 @@ open class TileInfo : IsPartOfGameInfoSerialization {
|
||||
tileOwner == null -> false
|
||||
tileOwner == civInfo -> true
|
||||
!civInfo.knows(tileOwner) -> false
|
||||
else -> tileOwner.getDiplomacyManager(civInfo).isConsideredFriendlyTerritory()
|
||||
else -> civInfo.getDiplomacyManager(tileOwner).isConsideredFriendlyTerritory()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user