本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
chemicalcrux
/
gorge
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
9
Wiki
活動
瀏覽代碼
Effects actually work now
tags/v0.0.1
Fen Dweller
7 年之前
父節點
2845ba8fc3
當前提交
e54b1210b3
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID:
E80B35A6F11C3656
共有
1 個檔案被更改
,包括
3 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
gorge.js
+ 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;
}
}
Write
Preview
Loading…
取消
儲存