소스 검색
Effects actually work now
tags/v0.0.1
No known key found for this signature in database
GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일과
3개의 추가작업 그리고
1개의 파일을 삭제
-
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; |
|
|
|
} |
|
|
|
} |
|
|
|
|