Resolved #2924 - got rid of extra +1 science for all improvements

This commit is contained in:
Yair Morgenstern
2020-08-02 12:46:05 +03:00
parent 60b03956cf
commit 0626755a4e

View File

@ -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