Explorar el Código

Bowels were subtracting from the stomach counter. Whoops

tags/v0.7.0
Fen Dweller hace 8 años
padre
commit
8b223fc454
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver fichero

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



Cargando…
Cancelar
Guardar