Skip to content
Snippets Groups Projects
Commit 89cd0b0a authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'misc' into 'pregmod-master'

Swan Song update

See merge request pregmodfan/fc-pregmod!6812
parents 80c68c53 6bb94ea7
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,8 @@ Several weeks have passed since you gained the musical prodigy and you couldn't ...@@ -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">> <br><<link "Enslave _him2 and throw _him2 to _ssb.slaveName">>
<<set $activeSlave.clothes = "no clothing">> <<set $activeSlave.clothes = "no clothing">>
<<run healthDamage($activeSlave, 20)>> <<run healthDamage($activeSlave, 20)>>
<<set _ssb.devotion += 2>>
<<set _ssb.trust += 2>>
<<replace "#artFrame">> <<replace "#artFrame">>
/* 000-250-006 */ /* 000-250-006 */
<<if $seeImages == 1>> <<if $seeImages == 1>>
...@@ -104,7 +106,19 @@ Several weeks have passed since you gained the musical prodigy and you couldn't ...@@ -104,7 +106,19 @@ Several weeks have passed since you gained the musical prodigy and you couldn't
/* 000-250-006 */ /* 000-250-006 */
<</replace>> <</replace>>
<<replace "#result">> <<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> <br>
<<include "New Slave Intro">> <<include "New Slave Intro">>
<</replace>> <</replace>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment