From 689a2a40432f8d1dfcf93ad16cf8ae950ec3baa8 Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Mon, 3 Sep 2018 07:48:44 -0700 Subject: [PATCH] Bugfix --- src/pregmod/beastFucked.tw | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pregmod/beastFucked.tw b/src/pregmod/beastFucked.tw index f6381e69790..82dd83833f8 100644 --- a/src/pregmod/beastFucked.tw +++ b/src/pregmod/beastFucked.tw @@ -381,6 +381,12 @@ before calling in the _animal.species. The _animal.species slowly saunters up to $activeSlave.slaveName to immediately start coughing and retching uncontrollably. <</switch>> Having finished its business, the dog runs off, presumably in search of food. + <<if (canDoVaginal($activeSlave)) && ($activeSlave.vagina < 3)>> + <<set $activeSlave.vagina = 3>> + <<elseif (canDoAnal($activeSlave)) && ($activeSlave.anus < 3)>> + <<set $activeSlave.anus = 3>> + <</if>> + <<case "horse">> The stallion begins to thrust faster and faster, causing $activeSlave.slaveName to moan and groan in pain as the<<if canDoVaginal($activeSlave)>> tip rams $his cervix<<else>> huge horsecock fills $him completely<</if>>. Before too long, the horse's movements begin to slow, and you can see its large testicles contract slightly as it begins to fill $activeSlave.slaveName's <<switch _sexAct>><<case "vaginal">>pussy<<case "anal">>asshole<<case "oral">>stomach<</switch>> to the brim with thick horse semen. After what seems like an impossibly long time, the horse's dick finally begins to soften and it finally pulls out. You have a servant lead the horse away, with a fresh apple as a treat for its good performance. -- GitLab