Skip to content
Snippets Groups Projects
Commit 9a856796 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

recETS fix

fix

fix

more clarity
parent b4bcfe82
No related branches found
No related tags found
No related merge requests found
......@@ -1412,7 +1412,7 @@ A matronly $woman comes to your penthouse in tears. It seems $he is a tenant of
<br><br>
//Enslaving $him will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to $him. Less costs, this will bring in <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could manipulate $him to bind both mother and daughter, but you wouldn't be able to examine the daughter first.//
//Enslaving $him will cost <<print cashFormat($contractCost)>>. Alternatively, you could enslave then immediately sell $him. Including costs, this will bring in <<print cashFormat($slaveCost - $contractCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could manipulate $him to bind both mother and daughter, but you wouldn't be able to examine the daughter first.//
<<case "posh mother daughter">>
......@@ -1420,7 +1420,7 @@ An older $woman comes to see you representing $his family business. $He's pretty
<br><br>
//Enslaving the mother will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to $him. Less costs, this will bring in <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both mother and daughter, but you wouldn't be able to examine the daughter first.//
//Enslaving the mother will cost <<print cashFormat($contractCost)>>. Alternatively, you could enslave then immediately sell $him. Including costs, this will bring in <<print cashFormat($slaveCost - $contractCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both mother and daughter, but you wouldn't be able to examine the daughter first.//
<<case "incest mother son">>
......@@ -1526,7 +1526,7 @@ You bring up a video feed of the one-room apartment they share. A man, clearly a
<br><br>
//Enslaving the younger, sissy sister will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to $him. Less costs, this will bring in <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both sisters, but you wouldn't be able to examine the older one first. _He2'll likely be very rebellious and sexually unskilled.//
//Enslaving the younger, sissy sister will cost <<print cashFormat($contractCost)>>. Alternatively, you could enslave then immediately sell $him. Including costs, this will bring in <<print cashFormat($slaveCost - $contractCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both sisters, but you wouldn't be able to examine the older one first. _He2'll likely be very rebellious and sexually unskilled.//
<<case "matched pair">>
......@@ -1670,11 +1670,11 @@ This call is coming from a public kiosk, which is usually an indication that the
<<switch $RecETSevent>>
<<case "addict mother daughter" "mismatched pair" "posh mother daughter">>
<br><<link "Sell $him immediately">>
<<run cashX($contractCost, "slaveTransfer", $activeSlave)>>
<<run cashX(($slaveCost - $contractCost), "slaveTransfer", $activeSlave)>>
<<replace "#result">>
$activeSlave.slaveName accepts being resold without much fuss. $He's merely exchanged one unknown owner for another. For all $he knows $his new buyer will be less abusive than you would have been. $He would be less complacent if $he knew who $his buyers are; $he'll be immured in an arcade within the hour.
<</replace>>
<</link>> //This will bring in <<print cashFormat($contractCost)>>//
<</link>> //This will bring in <<print cashFormat($slaveCost - $contractCost)>>//
<<case "desperate broodmother" "identical herm pair" "identical pair" "incest brother brother" "incest brother sister" "incest father daughter" "incest father son" "incest mother daughter" "incest mother son" "incest sister sister" "incest twin brother" "incest twin sister" "incest twins mixed" "matched pair">>
<<default>>
......
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