From a60f93a0c20fed75a436fadc1d1a156012048266 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 31 May 2018 12:32:53 -0400 Subject: [PATCH] Manual tail digestion --- game.js | 8 ++++++++ stroll.html | 1 + 2 files changed, 9 insertions(+) diff --git a/game.js b/game.js index fd1c913..bef8a56 100644 --- a/game.js +++ b/game.js @@ -1762,6 +1762,10 @@ function digest_stomach() { digest_all(macro.stomach); } +function digest_tail() { + digest_all(macro.tail); +} + function digest_anal() { digest_all(macro.bowels); } @@ -3762,6 +3766,10 @@ function startGame(e) { } else { enable_button("tail_vore_only"); } + + if (macro.tailDigestTime == 0) { + enable_button("digest_tail"); + } } } diff --git a/stroll.html b/stroll.html index 288b7fa..31324f7 100644 --- a/stroll.html +++ b/stroll.html @@ -229,6 +229,7 @@ +