mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 15:19:29 +07:00
Resolved #2924 - got rid of extra +1 science for all improvements
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user