mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-24 14:49:23 +07:00
This reverts previous commit cb0a87681e
.
This commit is contained in:
@ -300,8 +300,6 @@ class CityStats {
|
||||
stats.production += 25
|
||||
if (cityInfo.containsBuildingUnique("Increases production of spaceship parts by 50%"))
|
||||
stats.production += 50
|
||||
if (cityInfo.containsBuildingUnique("+15% production of land units")) // Forge
|
||||
stats.production += 15
|
||||
}
|
||||
|
||||
if (currentConstruction is BaseUnit) {
|
||||
|
Reference in New Issue
Block a user