소스 검색

Escaping vore into combat resets flags now

tags/v0.2.8
Fen Dweller 7 년 전
부모
커밋
468789eb0c
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      vore.js

+ 6
- 0
vore.js 파일 보기

@@ -368,6 +368,8 @@ function plead(predator) {
}

if (escape) {
player.clear();
predator.clear();
return {
"escape": "escape",
"lines": ["You plead for " + predator.description("the") + " to let you free, and they begrudingly agree, horking you up and leaving you shivering on the ground"]
@@ -393,6 +395,8 @@ function struggle(predator) {
}

if (escape) {
player.clear();
predator.clear();
return {
"escape": "escape",
"lines": ["You struggle and squirm, forcing " + predator.description("the") + " to hork you up. They groan and stumble away, exhausted by your efforts."]
@@ -418,6 +422,8 @@ function struggleStay(predator) {
}

if (escape) {
player.clear();
predator.clear();
return {
"escape": "stay",
"lines": ["You struggle and squirm, forcing " + predator.description("the") + " to hork you up. They're not done with you yet..."]


불러오는 중...
취소
저장