This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
chemicalcrux
/
feast-classic
Прати
1
Волим
0
Креирај огранак
1
Код
Дискусије
0
Захтеви за спајање
0
Издања
2
Вики
Activity
Преглед изворни кода
Prey are only mentioned in scat if they have it enabled
tags/v0.2.8
Fen Dweller
пре 7 година
родитељ
8345b1045b
комит
9647beda49
2 измењених фајлова
са
3 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
customs.js
+2
-1
vore.js
+ 1
- 0
customs.js
Прегледај датотеку
@@ -27,6 +27,7 @@ function Geta() {
this.struggles.push(new rub(this));
this.prefs.scat = false;
this.prefs.analVore = false;
}
+ 2
- 1
vore.js
Прегледај датотеку
@@ -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…
Откажи
Сачувај