diff --git a/src/pregmod/reTheSirenStrikesBack.tw b/src/pregmod/reTheSirenStrikesBack.tw index dfea4411d81fd08a34be875ec237bc8e1242bc61..c40c217e868e4fe8eff58fd162bf9176a06dcc84 100644 --- a/src/pregmod/reTheSirenStrikesBack.tw +++ b/src/pregmod/reTheSirenStrikesBack.tw @@ -89,6 +89,8 @@ Several weeks have passed since you gained the musical prodigy and you couldn't <br><<link "Enslave _him2 and throw _him2 to _ssb.slaveName">> <<set $activeSlave.clothes = "no clothing">> <<run healthDamage($activeSlave, 20)>> + <<set _ssb.devotion += 2>> + <<set _ssb.trust += 2>> <<replace "#artFrame">> /* 000-250-006 */ <<if $seeImages == 1>> @@ -104,7 +106,19 @@ Several weeks have passed since you gained the musical prodigy and you couldn't /* 000-250-006 */ <</replace>> <<replace "#result">> - You decide to give the victimized prodigy a chance for payback. $He moves over to $his former boss and begins to caress the despicable thief as _he2 shakes with dread of what is to come. As $he moves lower, $he applies more pressure, peaking right on the genitals. The cowardly former executive yelps in pain, instinctively trying to get away from the <<if hasAnyArms(_ssb)>>hand<<else>>foot<</if>> crushing the most sensitive spot on _his2 body. After several minutes of the coward screaming in pain, _his2 former victim gets up and delivers a hard <<if hasBothLegs(_ssb)>>kick<<elseif hasAnyLegs(_ssb)>>stomp<<else>>punch<</if>> to the groin, eliciting another scream and causing $his former boss to assume the fetal position. You send for another slave to drag the whimpering slave<<= _girl2>> to _his2 feet for inspection. + You decide to give the victimized prodigy a chance for payback. $He moves over to $his former boss and begins to caress the despicable thief as _he2 shakes with dread of what is to come. As $he moves lower, $he applies more pressure, peaking right on the genitals. The cowardly former executive yelps in pain, instinctively trying to get away from the <<if hasAnyArms(_ssb)>>hand<<else>>foot<</if>> crushing the most sensitive spot on _his2 body. After several minutes of the coward screaming in pain, _his2 former victim gets up and delivers a hard <<if hasBothLegs(_ssb)>>kick<<elseif hasAnyLegs(_ssb)>>stomp<<else>>punch<</if>> to the groin, eliciting another scream and causing $his former boss to assume the fetal position. You send for another slave to drag the whimpering slave<<= _girl2>> to _his2 feet for inspection. Being given an opportunity for revenge has increased _ssb.slaveName's @@.hotpink;devotion@@ and @@.mediumaquamarine;trust.@@ + <<if _ssb.fetish != "sadist" && fetishChangeChance(_ssb) > jsRandom(0,100)>> + Abusing the producer has caused $him to @@.lightcoral;develop a fondness for sadism.@@ + <<set _ssb.fetish = "sadist", _ssb.fetishKnown = 1, _ssb.fetishStrength = 20>> + <<elseif _ssb.fetish == "sadist">> + <<if _ssb.fetishKnown == 1>> + Abusing the producer has increased $his @@.lightcoral;fondness of sadism.@@ + <<set _ssb.fetishStrength += 5>> + <<else>> + Abusing the producer has revealed $his @@.lightcoral;fondness of sadism!@@ + <<set _ssb.fetishKnown = 1>> + <</if>> + <</if>> <br> <<include "New Slave Intro">> <</replace>>