From 27a945ef893b871ffbb36cd8cae63a3e075a4210 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Thu, 19 Apr 2018 22:02:48 -0400 Subject: [PATCH] EventNameLink Fix --- src/uncategorized/pRivalInitiation.tw | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/pRivalInitiation.tw b/src/uncategorized/pRivalInitiation.tw index e4793d21862..2182c43b5d3 100644 --- a/src/uncategorized/pRivalInitiation.tw +++ b/src/uncategorized/pRivalInitiation.tw @@ -4,7 +4,6 @@ <<if $hostageRescued == 1>><<set $nextButton = "See to the hostage", $returnTo = "P hostage acquisition">><</if>> <<set $activeSlave = getSlave($rivalID)>> -<<set $rivalID = 0>> <<if ndef $activeSlave>> /* rival slave is gone */ @@ -12,7 +11,7 @@ <<else>> -This is a special week, the week of your victory. @@.pink;<<SlaveFullName $activeSlave>>@@ awaits your pleasure. You could certainly do to her anything and everything you usually do to your chattel. You could also do something special to mark the occasion. +This is a special week, the week of your victory. <<EventNameLink $activeSlave>> awaits your pleasure. You could certainly do to her anything and everything you usually do to your chattel. You could also do something special to mark the occasion. <br><br> @@ -21,6 +20,7 @@ This is a special week, the week of your victory. @@.pink;<<SlaveFullName $activ <<replace "#result">> Though she hates you with all her heart, she knows better than most what happens to slaves who disobey. So, when you describe your public relations plans to her, she promises to obey before you even get to the threats. She finds herself accompanying you to the arcology's finest establishment in a lovely evening dress. The two of you share an understandably quiet meal, with a growing crowd coming to leer at the defeated slaveowner-cum-slave. At a prearranged signal from you, she stands, quickly strips naked, gets down on her knees, and <<if $PC.dick == 1>>sucks you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eats you out<</if>>. Such public humiliation starts her down the path of @@.hotpink;obedience,@@ and is the @@.green;talk of the Free Cities.@@ <<set $rep += 500, $activeSlave.devotion += 4, $activeSlave.oralCount += 1, $oralTotal += 1>> + <<set $rivalID = 0>> <</replace>> <</link>> <br><<link "Make her orally service your other slaves in public">> @@ -28,6 +28,7 @@ This is a special week, the week of your victory. @@.pink;<<SlaveFullName $activ $slaves[0].slaveName leads her out into the arcology's largest atrium, forces her to her knees, and in full view of the whole arcology, orally rapes someone who was until this week a slaveowner herself. Behind her, $slaves[1].slaveName is standing ready for her turn, and all your other slaves are behind. Public opinion is divided; the precedent is universally agreed to be bad, but the punishment is generally thought to be terrible and deserved. Your slaves, however, are almost insufferably @@.hotpink;pleased with you@@ for forcing $activeSlave.slaveName, whom they still view as a slaveowner, to pleasure them. <<set $activeSlave.oralCount += $slaves.length*2, $oralTotal += $slaves.length*2>> <<run $slaves.forEach(function(s) { s.devotion += 10; })>> + <<set $rivalID = 0>> <</replace>> <</link>> <<if $activeSlave.anus == 0>> @@ -36,6 +37,7 @@ This is a special week, the week of your victory. @@.pink;<<SlaveFullName $activ $activeSlave.slaveName, who has been fairly dignified up to this point, breaks down when she's placed in stocks with her ass in the air. Her sobs become screams when, for the first time in her life, she feels the burning sensation of a well-lubricated <<if $PC.dick == 1>>cockhead<<else>>strap-on<</if>> forcing its way past her virgin sphincter. Raping a virgin anus is not a new pleasure for you, but the usual shrieking, struggling and spasming is all the sweeter this time. @@.green;Half the arcology@@ has used her @@.red;poor injured butthole@@ by the end of the day, she @@.gold;is learning to fear you,@@ and hates you @@.mediumorchid;even more@@ if possible. <<set $rep += 500, $activeSlave.devotion -= 4, $activeSlave.trust -= 5, $activeSlave.health -= 10, $activeSlave.anus = 3, $activeSlave.analCount += 47, $analTotal += 47>> <<if $activeSlave.publicCount>><<set $activeSlave.publicCount += 47>><<else>><<set $activeSlave.publicCount = 47>><</if>> + <<set $rivalID = 0>> <</replace>> <</link>> <<elseif ($activeSlave.balls > 0) && ($seeExtreme == 1)>> @@ -43,6 +45,7 @@ This is a special week, the week of your victory. @@.pink;<<SlaveFullName $activ <<replace "#result">> You announce that since $activeSlave.slaveName has spent so much money and effort turning herself into a girl with expensive hormones, you'll take a lower-tech step to bring her further in that regard. An auto surgery is set up in public and the populace is treated to the edifying spectacle of a very large pair of testicles being efficiently removed by the modern surgical art. Unusually, she was not given general anaesthesia, but instead given local painkillers and made to watch on a monitor, to her @@.gold;rage@@ and @@.mediumorchid;horror.@@ There is @@.green;applause@@ as the cauterizer seals the surgical site where her massive scrotum used to hang. Her cock looks softer already. <<set $rep += 500, $activeSlave.devotion -= 50, $activeSlave.trust -= 50, $activeSlave.health -= 10, $activeSlave.balls = 0>> + <<set $rivalID = 0>> <</replace>> <</link>> <<elseif isFertile($activeSlave)>> @@ -53,6 +56,7 @@ This is a special week, the week of your victory. @@.pink;<<SlaveFullName $activ <<set $activeSlave.pregType = setPregType($activeSlave)>> <<set WombImpregnate($activeSlave, $activeSlave.pregType, -2, 1)>> <<if $activeSlave.publicCount>><<set $activeSlave.publicCount += 47>><<else>><<set $activeSlave.publicCount = 47>><</if>> + <<set $rivalID = 0>> <</replace>> <</link>> <</if>> -- GitLab