Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
chemicalcrux
/
feast-classic
Следить
1
В избранное
0
Форкнуть
1
Код
Задачи
0
Pull Request'ы
0
Релизы
2
Вики
Активность
Просмотр исходного кода
Prey are only mentioned in scat if they have it enabled
tags/v0.2.8
Fen Dweller
7 лет назад
Родитель
8345b1045b
Сommit
9647beda49
2 измененных файлов
:
3 добавлений
и
1 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+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);
};
}
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить