mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 22:06:05 -04:00
Resolved #2924 - got rid of extra +1 science for all improvements
This commit is contained in:
parent
60b03956cf
commit
0626755a4e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user