From 749d1d7b08e8d07f0ca92ecac4acadeff457ab41 Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Wed, 15 Aug 2018 21:03:14 -0700 Subject: [PATCH] Changed the selector back, didn't notice you had changed it earlier --- src/pregmod/beastFucked.tw | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pregmod/beastFucked.tw b/src/pregmod/beastFucked.tw index d08937ced8a..eef535c417c 100644 --- a/src/pregmod/beastFucked.tw +++ b/src/pregmod/beastFucked.tw @@ -1,7 +1,13 @@ :: BeastFuck [nobr] -/*<<set $animal = {species: "horse", speciesCap: "Horse", dickSize: "huge", ballType: "horse"}>>*/ -<<set $animal = {species: "dog", speciesCap: "Dog", dickSize: "large", ballType: "dog"}>> +<<run clearSummaryCache($activeSlave)>> +<<setLocalPronouns $activeSlave>> + +<<if $species == "horse">> + <<set _animal = {species: "horse", dickSize: "huge", ballType: "horse"}>> +<<elseif $species == "dog">> + <<set _animal = {species: "dog", dickSize: "large", ballType: "dog"}>> +<</if>> <<if canWalk($activeSlave)>> You call $him over and tell $him you want to watch $him get fucked by a $animal.species. -- GitLab