이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
clonk2u
/
feast-classic
원본 프로젝트 :
chemicalcrux/feast-classic
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Press F to whack off
tags/v0.2.8
Fen Dweller
7 년 전
부모
25f6142dfb
커밋
dd4fced962
2개의 변경된 파일
과
8개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
objects.js
+1
-1
vore.js
+ 7
- 0
objects.js
파일 보기
@@ -108,6 +108,13 @@ function Bed() {
updateDisplay();
}
});
this.actions.push({
"name": "Whack off",
"action": function() {
player.arousal = 100;
advanceTime(240);
}
});
}
function Journal() {
+ 1
- 1
vore.js
파일 보기
@@ -172,7 +172,7 @@ function Player(name = "Player") {
this.parts = {};
this.arousal = 0;
this.arousalRate = 100 / 86400 *
4
;
this.arousalRate = 100 / 86400 *
2
;
this.arousalLimit = function() {
return 100 * Math.sqrt(this.con / 15);
쓰기
미리보기
불러오는 중...
취소
저장