diff --git a/game.js b/game.js index 8bc162e..e1606c7 100644 --- a/game.js +++ b/game.js @@ -189,7 +189,7 @@ let macro = get dickGirth() { return Math.pow((this.dickDiameter/ 2),2) * Math.PI; }, - get dickStretchGreath() { + get dickStretchGirth() { return this.dickGirth * this.dickStretchiness * this.dickStretchiness; }, get dickArea() { @@ -1609,7 +1609,7 @@ function breast_crush() function breast_vore() { // todo nipple areas? - let area = macro.breastArea/2; + let area = macro.breastStretchArea/4; let prey = getPrey(biome, area, macro.sameSizeVore); let line = describe("breast-vore", prey, macro, verbose); let linesummary = summarize(prey.sum(), false); @@ -2121,12 +2121,21 @@ function tail_slap() function tail_vore() { - let area = macro.tailStretchGirth * macro.tailCount; - let prey = getPrey(biome, area, macro.sameSizeVore); - let line = describe("tail-vore", prey, macro, verbose); - let linesummary = summarize(prey.sum(), false); + let lines = []; + let totalPrey = new Container(); + for (let i=0; i 1 ? "drooling tails swing" : "drooling tail swings") + " to and fro"; + return "Your drooling tail swings to and fro"; else if (isFatal(macro)) - return "Your " + macro.describeTail + (macro.tailCount > 1 ? " tails lunge, maws agape, " : " tail lunges, maw agape, ") + "at " + container.describe(verbose) + - ". " + (macro.tailCount > 1 ? "They" : "It") + " scarf down everything in a second, gulping forcefully to drag your prey into your sloppy guts."; + return "Your tail lunges, maw agape, at " + container.describe(verbose) + + ". It scarfs down everything in seconds, gulping forcefully to drag your prey into your sloppy guts."; else - return "Your " + macro.describeTail + (macro.tailCount > 1 ? " tails lunge, maws agape, " : " tail lunges, maw agape, ") + "at " + container.describe(verbose) + - ". " + (macro.tailCount > 1 ? "They" : "It") + " scarf down everything in a second, gulping forcefully and pulling everything into your belly."; + return "Your tail lunges, maw agape, at " + container.describe(verbose) + + ". It scarfs down everything in a second, gulping forcefully and pulling everything into your belly."; } function defaultCleavageStuff(container, macro, verbose) { diff --git a/stroll.html b/stroll.html index 76291fb..fac7ebe 100644 --- a/stroll.html +++ b/stroll.html @@ -343,7 +343,7 @@
  • - +
  • @@ -378,6 +378,10 @@ +
  • + + +
  • @@ -401,6 +405,10 @@
  • +
  • + + +
    • @@ -438,6 +446,10 @@ +
    • + + +