Переглянути джерело

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>


Завантаження…
Відмінити
Зберегти