From 07cb2baeb25a695b4d6fe29f5ba308b954dbbe86 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Wed, 15 Aug 2018 21:12:55 -0700
Subject: [PATCH] Fixed a couple variables I missed, fixed assignment case

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

diff --git a/src/pregmod/beastFucked.tw b/src/pregmod/beastFucked.tw
index 3329de621d3..5928329842d 100644
--- a/src/pregmod/beastFucked.tw
+++ b/src/pregmod/beastFucked.tw
@@ -4,9 +4,9 @@
 <<setLocalPronouns $activeSlave>>
 
 <<if $species == "horse">>
-	<<set $animal = {species: "horse", dickSize: "huge", ballType: "horse"}>>
+	<<set _animal = {species: "horse", dickSize: "huge", ballType: "horse"}>>
 <<elseif $species == "dog">>
-	<<set $animal = {species: "dog", dickSize: "large", ballType: "dog"}>>
+	<<set _animal = {species: "dog", dickSize: "large", ballType: "dog"}>>
 <</if>>
 
 <<if canWalk($activeSlave)>>
@@ -397,9 +397,11 @@ before calling in the _animal.species. The _animal.species slowly saunters up to
 		worried that $his charges got up to trouble while $he enjoyed $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>'s use.
 	<<case "guard you">>
 		so $he can be fresh and ready for more sexual use even as $he guards your person.
-	<<case "train slaves">>
+	<<case "be the Schoolteacher">>
 		before $he returns to teaching $his classes.
 	<<default>>
 		before $he returns to $activeSlave.assignment.
 	<</switch>>
 <</if>>
+
+<<set $species = 0>>
-- 
GitLab