|
|
@@ -27,8 +27,10 @@ function productivityOf(type) { |
|
|
if (!ownedUpgrades[key]) { |
|
|
if (!ownedUpgrades[key]) { |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (value.effect.type == "prod-2x") { |
|
|
if (value.effect.type == "prod-2x") { |
|
|
if (value.effect.target == key) { |
|
|
|
|
|
|
|
|
if (value.effect.target == type) { |
|
|
baseProd *= 2; |
|
|
baseProd *= 2; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|