From f724857eddb026480e67ff0f83b142b47f94b798 Mon Sep 17 00:00:00 2001
From: Transhumanist01 <13112-Transhumanist01@users.noreply.gitgud.io>
Date: Mon, 13 Jan 2020 07:47:11 -0800
Subject: [PATCH] Update REroyalblood.tw

---
 src/uncategorized/REroyalblood.tw | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/src/uncategorized/REroyalblood.tw b/src/uncategorized/REroyalblood.tw
index 46240fcabfa..76f787b05f7 100644
--- a/src/uncategorized/REroyalblood.tw
+++ b/src/uncategorized/REroyalblood.tw
@@ -8,7 +8,7 @@
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
 <<set $activeSlave.career = "a princess">>
-<<if _realRoyalties == 1>>
+<<if $realRoyalties == 1>>
 	<<set $activeSlave.nationality = setup.royalNationalities.random()>>
 	<<run nationalityToRace($activeSlave)>>
 <</if>>
@@ -40,7 +40,7 @@
 <<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>>
 <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>>
 <<set _princess = clone($activeSlave)>>
-<<if _realRoyalties == 1>>
+<<if $realRoyalties == 1>>
 	<<if _princess.nationality == "Japanese">>
 		<<set _princess.birthSurname = "Yamato">>
 		<<set _princess.slaveSurname = "Yamato">>
@@ -254,15 +254,6 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
 
 <br><br>
 
-<<if _realRoyalties == 1>>
-[[Random dynasties|RE royal blood][_realRoyalties = 0]]
-<<else>>
-[[Real dynasties|RE royal blood][_realRoyalties = 1]]
-<</if>>
-//You may choose between random and historical royal bloodlines.//
-
-<br><br>
-
 <span id="result">
 <<link "Go back to sleep">>
 	<<replace "#result">>
-- 
GitLab