mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-24 20:31:51 -04:00
This reverts previous commit cb0a87681ec86434d0b233197feea3454d86a33a.
This commit is contained in:
parent
cb0a87681e
commit
5b845abc04
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user