Explorar el Código

Eat button shows the correct name now

tags/v0.0.3
Fen Dweller hace 6 años
padre
commit
ffd0ecc44b
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E80B35A6F11C3656
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      gorge.js

+ 1
- 0
gorge.js Ver fichero

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


Cargando…
Cancelar
Guardar