mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 04:38:18 +07:00
Forge increases production of the space parts
This commit is contained in:
@ -300,6 +300,8 @@ 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