Browse Source

Fixed chewing not adding to the stomach

tags/v0.7.0
Fen Dweller 7 years ago
parent
commit
977b256754
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      game.js

+ 2
- 0
game.js View File

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


Loading…
Cancel
Save