From 74e45e18ec926c064618c26663a8ffcaa6337e29 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 28 Jan 2019 02:56:17 -0500
Subject: [PATCH] fixed bad pronouns in siren part 2

---
 src/pregmod/reTheSirenStrikesBack.tw | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/pregmod/reTheSirenStrikesBack.tw b/src/pregmod/reTheSirenStrikesBack.tw
index 2cd3a27a7b4..0b92dee32ce 100644
--- a/src/pregmod/reTheSirenStrikesBack.tw
+++ b/src/pregmod/reTheSirenStrikesBack.tw
@@ -5,8 +5,6 @@
 
 <<set _ssb = $slaves.find(function(s) { return s.origin == "She came to you to escape being sold to a cruel master after her producer informed her of her debt." && s.newGamePlus == 0 && s.fetish != "mindbroken" && s.fuckdoll == 0; })>>
 
-<<setLocalPronouns _ssb>>
-
 <<if $pedo_mode == 1>>
 	<<set $activeSlaveOneTimeMinAge = 16>>
 <<else>>
@@ -47,6 +45,7 @@ Several weeks have passed since you gained the musical prodigy and you couldn't
 <br><br>
 
 <<if def _ssb>>
+	<<setLocalPronouns _ssb>>
 	<<run Enunciate(_ssb)>>
 	Just as the little weasel at your feet finishes, _ssb.slaveName
 	<<if canWalk(_ssb)>>
@@ -95,7 +94,6 @@ Several weeks have passed since you gained the musical prodigy and you couldn't
 		<<include "New Slave Intro">>
 		<</replace>>
 	<</link>>
-	<<if _ssb.amp != 1>>
 	<br><<link "Enslave _him2 and punish _him2 for their actions">>
 		<<replace "#result">>
 		You decide the coward needs more punishment. You order a whip brought to you and give _him2 several lashes directly across _his2 exposed genitalia. _He2 cries out with each lash as _his2 nethers accumulate angry red welts, some even bleeding slightly. After the yelps stop, you feel enough punishment has been given for now and have the producer turned slave hauled to _his2 feet for a proper inspection.
@@ -104,6 +102,5 @@ Several weeks have passed since you gained the musical prodigy and you couldn't
 		<<include "New Slave Intro">>
 		<</replace>>
 	<</link>>
-	<</if>>
 	</span>
 <</if>>
\ No newline at end of file
-- 
GitLab