From 60cea5987958bf3d44f329f88cbf329e9d3d29bb Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Fri, 7 Sep 2018 21:18:02 -0700
Subject: [PATCH] Bugfixes, styling changes

---
 src/pregmod/beastFucked.tw | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/pregmod/beastFucked.tw b/src/pregmod/beastFucked.tw
index 0e0a26d185b..e97ce52ebfd 100644
--- a/src/pregmod/beastFucked.tw
+++ b/src/pregmod/beastFucked.tw
@@ -267,7 +267,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to
         <</if>>
     <</if>>
 
-    @@.lime;_orifice@@<<if (_sexAct == "vaginal" && ($activeSlave.vagina <= 1)) || (_sexAct == "anal" && ($activeSlave.anus <= 1))>>@@.lime; apart.@@<<elseif (_sexAct == "vaginal" && ($activeSlave.vagina <= 3)) || (_sexAct == "anal" && ($activeSlave.anus <= 2))>>@@.lime;.@@<<else>>.<</if>>
+    <<if (_sexAct == "vaginal" && $activeSlave.vagina <= 3) || (_sexAct == "anal" && $activeSlave.anus <= 2) >>@@.lime;_orifice@@<<else>>_orifice<</if>><<if (_sexAct == "vaginal" && ($activeSlave.vagina <= 1)) || (_sexAct == "anal" && ($activeSlave.anus <= 1))>>@@.lime; apart.@@<<elseif (_sexAct == "vaginal" && ($activeSlave.vagina <= 3)) || (_sexAct == "anal" && ($activeSlave.anus <= 2))>>@@.lime;.@@<<else>>.<</if>>
     <</switch>>
 
 <<case "lion">>
@@ -425,8 +425,9 @@ before calling in the _animal.species. The _animal.species slowly saunters up to
     <</switch>>
 
 <<case "lion">>
-    The lion begins to move, thrusting faster and faster. The $girl beneath it can't help but groan in pain as the barbs on its dick rub the inside of $his _orifice raw. After a few minutes of painful coupling, the lion's thrusts finally slow, then stop completely. With a deep bellow, he finally dismounts, gives you a long look, then stalks off.
+    The lion begins to move, thrusting faster and faster. The $girl beneath it can't help but groan in pain as the barbs on its dick @@.red;rub the inside of $his _orifice raw.@@ After a few minutes of painful coupling, the lion's thrusts finally slow, then stop completely. With a deep bellow, he finally dismounts, gives you a long look, then stalks off.
 
+    <<set $activeSlave.health -= 1>>
     <<switch _sexAct>>
     <<case "vaginal">>
         <<if $activeSlave.vagina < 2>>
-- 
GitLab