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

Fix.

parent b56eeaa7
No related branches found
No related tags found
No related merge requests found
......@@ -122,23 +122,23 @@ It would be prudent to up security in your arcology. That or take a guard along
Now the only question is what to do with the would be rapist. You could toss them out of the arcology, but it might be more fun to turn the tables on them.
<<set $contractCost = 1000>>
<<display "Slave Cost">>
<<slaveCost $activeSlave>>
<<set $slaveCost -= 1000>>
<br>
//Applying enslavement as punishment will cost ¤$contractCost. Doing so and then selling her immediately will bring in approximately ¤$slaveCost.//
<<set $saleDescription to 1>>\
<<display "Long Slave Description">>\
<<set $saleDescription to 0>>\
<<set $saleDescription to 1>>
<<display "Long Slave Description">>
<<set $saleDescription to 0>>
<span id="result">
<<if $cash >= $contractCost>>\
<<if $cash >= $contractCost>>
<br><<click "Enslave her">>
<<AddSlave $activeSlave>>
<<set $cash -= $contractCost>>
<<replace "#result">>
You complete the legalities and biometric scanning quickly and without fuss. The idiot will regret crossing you when she wakes in the penthouse for basic slave induction.
<<set $nextLink to "AS Dump">>\
<<set $nextLink to "AS Dump">>
<<display "New Slave Intro">>
<</replace>>
<</click>>
......@@ -164,7 +164,7 @@ Now the only question is what to do with the would be rapist. You could toss the
<<display "New Slave Intro">>
<</replace>>
<</click>>
<<if $arcade > 0>>\
<<if $arcade > 0>>
<br><<click "Enslave her and sentence her to a month in the arcade">>
<<set $activeSlave.assignment to "be confined in the arcade">><<set $activeSlave.assignmentVisible to 0>>
<<set $activeSlave.choosesOwnAssignment to 0>>
......@@ -173,13 +173,13 @@ Now the only question is what to do with the would be rapist. You could toss the
<<set $cash -= $contractCost>>
<<replace "#result">>
You complete the legalities and biometric scanning quickly and cautiously. The idiot will be in for a surprise when they awake to find they can't move and a dick is in their ass.
<<set $nextLink to "AS Dump">>\
<<set $nextLink to "AS Dump">>
<<display "New Slave Intro">>
<</replace>>
<</click>>
<</if>>\
<<if $dairy > 0>>\
<<if $dairyRestraintsSetting > 1>>\
<</if>>
<<if $dairy > 0>>
<<if $dairyRestraintsSetting > 1>>
<br><<click "Enslave her and send her straight to the industrial dairy">>
<<set $activeSlave.assignment to "work in the dairy">>
<<set $activeSlave.assignmentVisible to 0>>
......@@ -192,9 +192,9 @@ Now the only question is what to do with the would be rapist. You could toss the
<<set $nextLink to "AS Dump">>
<</replace>>
<</click>>
<</if>>\
<</if>>\
<<if $seeExtreme > 0>>\
<</if>>
<</if>>
<<if $seeExtreme > 0>>
<br><<click "Punitively amputate her limbs, and then enslave her">>
<<set $activeSlave.health -= 20>>
<<set $activeSlave.amp to 1>>
......@@ -204,7 +204,7 @@ Now the only question is what to do with the would be rapist. You could toss the
<<set $cash -= $contractCost>>
<<replace "#result">>
You want her to suffer for what she tried to pull on you. You make sure she is fully awake as she is strapped into the autosurgery. You take great pleasure in watching her struggle as her limbs are taken, one by one. Of course, @@color:red;her health is affected@@ and the horrible experience has left her @@color:red;acting oddly.@@ After she has stabilized, it's off to the penthouse for basic slave induction. You'd like to see her try and touch you again without arms and legs.
<<set $nextLink to "AS Dump">>\
<<set $nextLink to "AS Dump">>
<<display "New Slave Intro">>
<</replace>>
<</click>>
......@@ -219,10 +219,10 @@ Now the only question is what to do with the would be rapist. You could toss the
You want her to suffer for what she tried to pull on you. You make sure she is fully awake as she is strapped into the autosurgery, taking the time to roughly fondle her balls. You take great pleasure in watching her struggle as her testicles are removed. Once she can stand agian, it's off to the penthouse for basic slave induction.
<</replace>>
<</click>>
<</if>>\
<<else>>\
<</if>>
<<else>>
//You lack the necessary funds to enslave her.//
<</if>>\
<</if>>
<<click "Publicly flog the criminal">>
<<replace "#result">>
Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@color:green;approves of this harshness.@@
......
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