Explorar el Código

Fixed chewing not adding to the stomach

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

+ 2
- 0
game.js Ver fichero

@@ -1587,6 +1587,8 @@ function chew()


add_victim_people("chew",prey); add_victim_people("chew",prey);


macro.stomach.feed(prey);

update([sound,line,linesummary,newline]); update([sound,line,linesummary,newline]);


macro.arouse(10); macro.arouse(10);


Cargando…
Cancelar
Guardar