From 0626755a4e9378e56d3d86efd509ac1db4fc4582 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 2 Aug 2020 12:46:05 +0300 Subject: [PATCH] Resolved #2924 - got rid of extra +1 science for all improvements --- core/src/com/unciv/logic/map/TileInfo.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src/com/unciv/logic/map/TileInfo.kt b/core/src/com/unciv/logic/map/TileInfo.kt index 69f49da9c3..5a1f43e24a 100644 --- a/core/src/com/unciv/logic/map/TileInfo.kt +++ b/core/src/com/unciv/logic/map/TileInfo.kt @@ -258,9 +258,7 @@ open class TileInfo { if (unique == placeholderParams[1]) stats.add(Stats.parse(placeholderParams[0])) } - - - stats.science += 1f + if (containsGreatImprovement() && observingCiv.hasUnique("Tile yield from Great Improvements +100%")) stats.add(improvement) // again, for the double effect