Procházet zdrojové kódy

Crop swallowing is always possible now

tags/v0.7.1
Fen Dweller před 7 roky
rodič
revize
1132e3eb83
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      game.js
  2. +1
    -1
      stroll.html

+ 1
- 1
game.js Zobrazit soubor

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

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


Načítá se…
Zrušit
Uložit