From e44d69b6e7feddd369671ba973f92cc15d82c539 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 11 Jun 2018 16:14:33 -0400 Subject: [PATCH] Manual crop swallow works --- game.js | 9 +++++++++ stroll.html | 1 + 2 files changed, 10 insertions(+) diff --git a/game.js b/game.js index 0895257..eb5d327 100644 --- a/game.js +++ b/game.js @@ -1887,6 +1887,11 @@ function digest_paws() { digest_all(macro.pawsVore); } +function crop_swallow() +{ + digest_all(macro.crop); +} + function feed() { @@ -4127,6 +4132,10 @@ function startGame(e) { enable_button("digest_stomach"); } + if (macro.cropEnabled && macro.cropTransferTime == 0) { + enable_button("crop_swallow"); + } + enable_panel("paws"); enable_button("stomp"); diff --git a/stroll.html b/stroll.html index ec8ab58..87e3e0e 100644 --- a/stroll.html +++ b/stroll.html @@ -213,6 +213,7 @@
+