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

Fixed lack of origin in jeSlaveDispute.tw and some indenture ignoring in remoteSurgery.tw

parent a862dd5c
Branches
Tags
1 merge request!3845Fixed lack of origin in jeSlaveDispute.tw and some indenture ignoring in remoteSurgery.tw
...@@ -374,6 +374,7 @@ ...@@ -374,6 +374,7 @@
<<set $activeSlave.oldDevotion = $activeSlave.devotion>> <<set $activeSlave.oldDevotion = $activeSlave.devotion>>
<<set $activeSlave.indenture = random(52,78)>> <<set $activeSlave.indenture = random(52,78)>>
<<set $activeSlave.indentureRestrictions = 2>> <<set $activeSlave.indentureRestrictions = 2>>
<<set $activeSlave.origin = "You took over her indenture after she launched a legal complaint against an abusive master.">>
<<run cashX(forceNeg($contractCost), "slaveTransfer")>> <<run cashX(forceNeg($contractCost), "slaveTransfer")>>
<<replace "#result">> <<replace "#result">>
You offer to simply buy out the indenture contract, thereby acquiring $him, to which both parties readily agree. This decision is viewed as @@.green;incredibly generous@@ by both your arcology's romantically-minded and financially-inclined citizens. For their part, your new servant is hopeful that you will be more considerate of $his health, while the former holder is just happy to have $him off his hands. You offer to simply buy out the indenture contract, thereby acquiring $him, to which both parties readily agree. This decision is viewed as @@.green;incredibly generous@@ by both your arcology's romantically-minded and financially-inclined citizens. For their part, your new servant is hopeful that you will be more considerate of $his health, while the former holder is just happy to have $him off his hands.
......
...@@ -294,7 +294,9 @@ $He has ...@@ -294,7 +294,9 @@ $He has
/*Horns*/ /*Horns*/
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
$He has <<if $activeSlave.horn == "none">>no horns<<else>>$activeSlave.horn<</if>>. $He has <<if $activeSlave.horn == "none">>no horns<<else>>$activeSlave.horn<</if>>.
<<if $activeSlave.horn != "none">> <<if $activeSlave.indentureRestrictions >= 2>>
//$His indenture forbids elective surgery//
<<elseif $activeSlave.horn != "none">>
[[Remove them|Surgery Degradation][$activeSlave.horn = "none", $activeSlave.hornColor = "none", $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "hornGone"]]<</if>> [[Remove them|Surgery Degradation][$activeSlave.horn = "none", $activeSlave.hornColor = "none", $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "hornGone"]]<</if>>
Give $him: Give $him:
<<if $activeSlave.horn != "curved succubus horns">> <<if $activeSlave.horn != "curved succubus horns">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment