This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
Fixed chewing not adding to the stomach
tags/v0.7.0
Fen Dweller
7 years ago
parent
ca0f3f952a
commit
977b256754
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save