使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
clonk2u
/
feast-classic
派生自
chemicalcrux/feast-classic
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Prey are only mentioned in scat if they have it enabled
tags/v0.2.8
Fen Dweller
7 年前
父节点
8345b1045b
当前提交
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.struggles.push(new rub(this));
this.prefs.scat = false;
this.prefs.analVore = false;
this.prefs.analVore = false;
}
}
+ 2
- 1
vore.js
查看文件
@@ -330,7 +330,8 @@ function WasteContainer(name) {
};
};
this.finish = function(prey) {
this.finish = function(prey) {
this.contents.push(prey);
if (prey.prefs.scat)
this.contents.push(prey);
};
};
}
}
撰写
预览
正在加载...
取消
保存