diff --git a/src/uncategorized/REroyalblood.tw b/src/uncategorized/REroyalblood.tw
index 63c67235fdd7b1cb3d40aa54e5149e58e39816ff..44de816515249895361c1f6ebb4e790210f24f58 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>>