From 977b256754013de996ca1539304b09986be5cdf8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 5 Mar 2018 14:17:57 -0500 Subject: [PATCH] Fixed chewing not adding to the stomach --- game.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game.js b/game.js index 1d40987..8e7288a 100644 --- a/game.js +++ b/game.js @@ -1587,6 +1587,8 @@ function chew() add_victim_people("chew",prey); + macro.stomach.feed(prey); + update([sound,line,linesummary,newline]); macro.arouse(10);