ebeveyn
işleme
e54b1210b3
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: E80B35A6F11C3656
1 değiştirilmiş dosya ile
3 ekleme ve
1 silme
-
gorge.js
|
|
|
@@ -27,8 +27,10 @@ function productivityOf(type) { |
|
|
|
if (!ownedUpgrades[key]) { |
|
|
|
continue; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (value.effect.type == "prod-2x") { |
|
|
|
if (value.effect.target == key) { |
|
|
|
if (value.effect.target == type) { |
|
|
|
baseProd *= 2; |
|
|
|
} |
|
|
|
} |
|
|
|
|