Selaa lähdekoodia

Bowels were subtracting from the stomach counter. Whoops

tags/v0.7.0
Fen Dweller 7 vuotta sitten
vanhempi
commit
8b223fc454
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      game.js

+ 1
- 1
game.js Näytä tiedosto

@@ -237,7 +237,7 @@ function doDigest(containerName)
for (var key in victims[containerName]) {
if (victims[containerName].hasOwnProperty(key) && digested.hasOwnProperty(key) ) {
victims["digested"][key] += digested[key];
victims["stomach"][key] -= digested[key];
victims[containerName][key] -= digested[key];
}
}



Loading…
Peruuta
Tallenna