Преглед изворни кода

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"); enable_button("digest_stomach");
} }


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




+ 1
- 1
stroll.html Прегледај датотеку

@@ -1070,7 +1070,7 @@
<label class="custom-header" for="cropEnabled">Crop</label> <label class="custom-header" for="cropEnabled">Crop</label>
<div class="reveal-if-active"> <div class="reveal-if-active">
<li> <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"> <input autocomplete="off" type="number" step="any" id="cropTransferTime" name="cropTransferTime" placeholder="15">
</li> </li>
</div> </div>


Loading…
Откажи
Сачувај