mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 12:54:06 -04:00
Display wonders built in other civs correctly (#6604)
This commit is contained in:
parent
00b1feb2c2
commit
7d15e3dc53
@ -179,7 +179,7 @@ class WonderOverviewTab(
|
|||||||
val status = when {
|
val status = when {
|
||||||
viewingPlayer == city.civInfo -> WonderStatus.Owned
|
viewingPlayer == city.civInfo -> WonderStatus.Owned
|
||||||
viewingPlayer.knows(city.civInfo) -> WonderStatus.Known
|
viewingPlayer.knows(city.civInfo) -> WonderStatus.Known
|
||||||
else -> WonderStatus.Unknown
|
else -> WonderStatus.NotFound
|
||||||
}
|
}
|
||||||
wonders[index] = WonderInfo(wonderName, CivilopediaCategories.Wonder,
|
wonders[index] = WonderInfo(wonderName, CivilopediaCategories.Wonder,
|
||||||
wonders[index].groupName, wonders[index].groupColor,
|
wonders[index].groupName, wonders[index].groupColor,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user