Sfoglia il codice sorgente

Eat button shows the correct name now

tags/v0.0.3
Fen Dweller 5 anni fa
parent
commit
ffd0ecc44b
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E80B35A6F11C3656
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      gorge.js

+ 1
- 0
gorge.js Vedi File

@@ -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;
}
}
}


Loading…
Annulla
Salva