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