ソースを参照

Eat button shows the correct name now

tags/v0.0.3
Fen Dweller 6年前
コミット
ffd0ecc44b
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E80B35A6F11C3656
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      gorge.js

+ 1
- 0
gorge.js ファイルの表示

@@ -254,6 +254,7 @@ function updateClickVictim() {
for (let effect of effects["click-victim"]) {
if (ownedUpgrades[effect.parent]) {
clickVictim = effect.id;
document.querySelector("#tasty-micro").innerText = "Eat " + buildings[effect.id].name;
}
}
}


読み込み中…
キャンセル
保存