Sfoglia il codice sorgente

Fixed chewing not adding to the stomach

tags/v0.7.0
Fen Dweller 7 anni fa
parent
commit
977b256754
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      game.js

+ 2
- 0
game.js Vedi File

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

add_victim_people("chew",prey);

macro.stomach.feed(prey);

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

macro.arouse(10);


Loading…
Annulla
Salva