mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-24 06:39:16 +07:00
Fixed city screen bug for pillaged improvements
This commit is contained in:
@ -197,7 +197,7 @@ class CityScreen(
|
||||
if (tileInfo.improvement == null) return false
|
||||
val civInfo = city.civInfo
|
||||
val existingStats = tileInfo.getImprovementStats(
|
||||
tileInfo.getUnpillagedTileImprovement()!!,
|
||||
tileInfo.getTileImprovement()!!,
|
||||
civInfo,
|
||||
city,
|
||||
cityUniqueCache
|
||||
|
Reference in New Issue
Block a user