이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
chemicalcrux
/
feast-classic
보기
1
좋아요
0
포크
1
코드
이슈
0
풀 리퀘스트
0
릴리즈
2
위키
활동
소스 검색
Prey are only mentioned in scat if they have it enabled
tags/v0.2.8
Fen Dweller
8 년 전
부모
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);
};
}
쓰기
미리보기
불러오는 중...
취소
저장