mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-24 20:31:51 -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 {
|
||||
viewingPlayer == city.civInfo -> WonderStatus.Owned
|
||||
viewingPlayer.knows(city.civInfo) -> WonderStatus.Known
|
||||
else -> WonderStatus.Unknown
|
||||
else -> WonderStatus.NotFound
|
||||
}
|
||||
wonders[index] = WonderInfo(wonderName, CivilopediaCategories.Wonder,
|
||||
wonders[index].groupName, wonders[index].groupColor,
|
||||
|
Loading…
x
Reference in New Issue
Block a user