From 1132e3eb83bbdb03bb5918871d4af17948d02f45 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 11 Jun 2018 19:48:42 -0400 Subject: [PATCH] Crop swallowing is always possible now --- game.js | 2 +- stroll.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game.js b/game.js index eb5d327..887aebc 100644 --- a/game.js +++ b/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"); } diff --git a/stroll.html b/stroll.html index 87e3e0e..574db4b 100644 --- a/stroll.html +++ b/stroll.html @@ -1070,7 +1070,7 @@
  • - +