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

Merge branch 'roal-blood-fix' into 'pregmod-master'

royal blood fix

Closes #2727

See merge request !8691
parents a2ef8e90 2a54d313
No related branches found
No related tags found
1 merge request!8691royal blood fix
......@@ -428,7 +428,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
When the ladies arrive at your penthouse, they seem almost relieved at the opulence of their new surroundings. Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience. It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.
<br><br>
<<set $arcologies[0].prosperity -= 10>>
<<for _i = 0; _i < 3; _++>>
<<for _i = 0; _i < 3; _i++>>
<<set _slave = GenerateNewSlave("XX", {minAge: 21, maxAge: $retirementAge-2, disableDisability: 1, nationality: _princess.nationality})>>
<<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and $he was acquired by "+$SF.Lower+".">>
<<set _slave.origin = _origin>>
......@@ -587,7 +587,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
<</if>>
Meanwhile, the ladies seem comforted by the opulence of their new surroundings. Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience. It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.
/* ladies */
<<for _i = 0; _i < 3; _++>>
<<for _i = 0; _i < 3; _i++>>
<<set _slave = GenerateNewSlave("XX", {minAge: 21, maxAge: $retirementAge-2, disableDisability: 1, nationality: _princess.nationality})>>
<<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and $he was sold for credits.">>
<<set _slave.origin = _origin>>
......@@ -644,7 +644,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
Meanwhile, the ladies seem comforted by the opulence of their new surroundings. Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience. It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.
<<set $arcologies[0].prosperity -= 13>>
/* ladies */
<<for _i = 0; _i < 3; _++>>
<<for _i = 0; _i < 3; _i++>>
<<set _slave = GenerateNewSlave("XX", {minAge: 21, maxAge: $retirementAge-2, disableDisability: 1, nationality: _princess.nationality})>>
<<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and $he was acquired by "+$SF.Lower+".">>
<<set _slave.origin = _origin>>
......@@ -724,7 +724,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
<</if>>
Lastly, the ladies seem comforted by the opulence of their new surroundings. Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience. It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.
/* ladies */
<<for _i = 0; _i < 3; _++>>
<<for _i = 0; _i < 3; _i++>>
<<set _slave = GenerateNewSlave("XX", {minAge: 21, maxAge: $retirementAge-2, disableDisability: 1, nationality: _princess.nationality})>>
<<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and $he was sold for credits.">>
<<set _slave.origin = _origin>>
......@@ -823,7 +823,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
<<set _repShares = Math.trunc($rep/-15)>> /*this event is supposed to end in reputation at 0. In order to slice up that pie, we find shares of "everything" here and give them out later, before finally setting leftovers to 0. 3 ladies at one share each, +3 for prince, +4 for queen, +5 for princess is 15 shares.*/
/* ladies */
<<for _i = 0; _i < 3; _++>>
<<for _i = 0; _i < 3; _i++>>
<<set _slave = GenerateNewSlave("XX", {minAge: 21, maxAge: $retirementAge-2, disableDisability: 1, nationality: _princess.nationality})>>
<<set _origin = "$He was a member of the court in an ancient kingdom, till it was overthrown and $he was acquired by "+$SF.Lower+".">>
<<set _slave.origin = _origin>>
......
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