From 65cabe9e0443a6fc88988bb58292cb9c664bbe9c Mon Sep 17 00:00:00 2001 From: jsb5468 Date: Wed, 25 Dec 2019 13:45:52 -0500 Subject: [PATCH] fixed typo in cumming text changed "plaent" to "planet" --- recursive-desc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recursive-desc.js b/recursive-desc.js index 840df36..bc27f69 100644 --- a/recursive-desc.js +++ b/recursive-desc.js @@ -3763,7 +3763,7 @@ rules["male-orgasm"].push({ isFatal(macro); }, "desc": function(container, macro, spurtVolume) { - return "You're cumming! Your " + macro.describeDick + " launches $VOLUMEs of frothing load into the atmosphere. As the ocean of cum roars across the plaent, it smashes through " + container.describe(verbose) + "."; + return "You're cumming! Your " + macro.describeDick + " launches $VOLUMEs of frothing load into the atmosphere. As the ocean of cum roars across the planet, it smashes through " + container.describe(verbose) + "."; } }); @@ -3775,7 +3775,7 @@ rules["male-orgasm"].push({ isGory(macro); }, "desc": function(container, macro, spurtVolume) { - return "You're cumming! Your " + macro.describeDick + " launches $VOLUMEs of frothing load into the atmosphere. As the ocean of cum roars across the plaent, it smashes through " + container.describe(verbose) + ". Everything your semen rolls across \ + return "You're cumming! Your " + macro.describeDick + " launches $VOLUMEs of frothing load into the atmosphere. As the ocean of cum roars across the planet, it smashes through " + container.describe(verbose) + ". Everything your semen rolls across \ is basted to smithereens as it carves a deep chasm. The destroyed buildings and people it swept along are deposited at the sides of the chasm, forming an unstable wall of gore and rubble."; } }); @@ -3788,7 +3788,7 @@ rules["male-orgasm"].push({ isSadistic(macro); }, "desc": function(container, macro, spurtVolume) { - return "You're cumming! Your " + macro.describeDick + " launches $VOLUMEs of frothing load into the atmosphere. As the ocean of cum roars across the plaent, it smashes through " + container.describe(verbose) + ". Everything your semen rolls across \ + return "You're cumming! Your " + macro.describeDick + " launches $VOLUMEs of frothing load into the atmosphere. As the ocean of cum roars across the planet, it smashes through " + container.describe(verbose) + ". Everything your semen rolls across \ is basted to smithereens as it carves a deep gore lined chasm that extends from where it landed to the ocean. As it hits the ocean the resulting wave reverses the tide, dashes ships, and turns the water into an inhabitable murky soup. The destroyed \ buildings and people it swept along are deposited at the bottom of the bay."; }