소스 검색

Fixed tail vore breaking for more than 4 tails.

tags/v1.0.0
Fen Dweller 6 년 전
부모
커밋
332696508e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      game.js

+ 2
- 1
game.js 파일 보기

@@ -1055,7 +1055,7 @@ let macro =
if (verbose || flat) {
prey = flatten(prey);
}
if (this.container.count == 0)
return "Your pouch is empty";
else
@@ -2968,6 +2968,7 @@ function tail_vore(count)
totalPrey = totalPrey.merge(prey);
}

let line = describe("tails-vore", totalPrey, macro, verbose, flat).replace("$COUNT", macro.tailCount);
lines.push(line);
}



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