From 2a54d3137123caacc3bff5bd04348e5ea250b52f Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 11 Jan 2021 10:09:53 -0500
Subject: [PATCH] royal blood fix

---
 src/uncategorized/REroyalblood.tw | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/uncategorized/REroyalblood.tw b/src/uncategorized/REroyalblood.tw
index 63c67235fdd..44de8165152 100644
--- a/src/uncategorized/REroyalblood.tw
+++ b/src/uncategorized/REroyalblood.tw
@@ -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>>
-- 
GitLab