From 074f87975bef776150be92c2004d4e96e9170e0b Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Wed, 15 Aug 2018 20:30:04 -0700
Subject: [PATCH] Changed default animal type to dog

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

diff --git a/src/pregmod/beastFucked.tw b/src/pregmod/beastFucked.tw
index 9bd3a4dd9e7..d08937ced8a 100644
--- a/src/pregmod/beastFucked.tw
+++ b/src/pregmod/beastFucked.tw
@@ -1,7 +1,7 @@
 :: BeastFuck [nobr]
 
-<<set $animal = {species: "horse", speciesCap: "Horse", dickSize: "huge", ballType: "horse"}>>
-/*<<set $animal = {species: "dog", speciesCap: "Dog", dickSize: "large", ballType: "dog"}>>*/
+/*<<set $animal = {species: "horse", speciesCap: "Horse", dickSize: "huge", ballType: "horse"}>>*/
+<<set $animal = {species: "dog", speciesCap: "Dog", dickSize: "large", ballType: "dog"}>>
 
 <<if canWalk($activeSlave)>>
     You call $him over and tell $him you want to watch $him get fucked by a $animal.species.
-- 
GitLab