소스 검색

Crop swallowing is always possible now

tags/v0.7.1
Fen Dweller 7 년 전
부모
커밋
1132e3eb83
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      game.js
  2. +1
    -1
      stroll.html

+ 1
- 1
game.js 파일 보기

@@ -4132,7 +4132,7 @@ function startGame(e) {
enable_button("digest_stomach");
}

if (macro.cropEnabled && macro.cropTransferTime == 0) {
if (macro.cropEnabled) {
enable_button("crop_swallow");
}



+ 1
- 1
stroll.html 파일 보기

@@ -1070,7 +1070,7 @@
<label class="custom-header" for="cropEnabled">Crop</label>
<div class="reveal-if-active">
<li>
<label for="pawDigestTime">Transfer time (0 for manual)</label>
<label for="pawDigestTime">Transfer time (0 for manual-only)</label>
<input autocomplete="off" type="number" step="any" id="cropTransferTime" name="cropTransferTime" placeholder="15">
</li>
</div>


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