This website works better with JavaScript.
Home
Explore
Help
Sign In
clonk2u
/
feast-classic
forked from
chemicalcrux/feast-classic
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Prey are only mentioned in scat if they have it enabled
tags/v0.2.8
Fen Dweller
7 years ago
parent
8345b1045b
commit
9647beda49
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
customs.js
+2
-1
vore.js
+ 1
- 0
customs.js
View File
@@ -27,6 +27,7 @@ function Geta() {
this.struggles.push(new rub(this));
this.prefs.scat = false;
this.prefs.analVore = false;
}
+ 2
- 1
vore.js
View File
@@ -330,7 +330,8 @@ function WasteContainer(name) {
};
this.finish = function(prey) {
this.contents.push(prey);
if (prey.prefs.scat)
this.contents.push(prey);
};
}
Write
Preview
Loading…
Cancel
Save