Kaynağa Gözat

Crop swallowing is always possible now

tags/v0.7.1
Fen Dweller 7 yıl önce
ebeveyn
işleme
1132e3eb83
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +1
    -1
      game.js
  2. +1
    -1
      stroll.html

+ 1
- 1
game.js Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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>


Yükleniyor…
İptal
Kaydet