mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01:00
This reverts previous commit cb0a87681e.
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…
Reference in New Issue
Block a user