Skip to content
Snippets Groups Projects
Commit f724857e authored by Transhumanist01's avatar Transhumanist01
Browse files

Update REroyalblood.tw

parent faefd11a
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<<set $oneTimeDisableDisability = 1>> <<set $oneTimeDisableDisability = 1>>
<<set $activeSlave = GenerateNewSlave("XX")>> <<set $activeSlave = GenerateNewSlave("XX")>>
<<set $activeSlave.career = "a princess">> <<set $activeSlave.career = "a princess">>
<<if _realRoyalties == 1>> <<if $realRoyalties == 1>>
<<set $activeSlave.nationality = setup.royalNationalities.random()>> <<set $activeSlave.nationality = setup.royalNationalities.random()>>
<<run nationalityToRace($activeSlave)>> <<run nationalityToRace($activeSlave)>>
<</if>> <</if>>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>> <<run setHealth($activeSlave, jsRandom(30, 60), 0, 0, 0, 0)>>
<<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>> <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy")>>
<<set _princess = clone($activeSlave)>> <<set _princess = clone($activeSlave)>>
<<if _realRoyalties == 1>> <<if $realRoyalties == 1>>
<<if _princess.nationality == "Japanese">> <<if _princess.nationality == "Japanese">>
<<set _princess.birthSurname = "Yamato">> <<set _princess.birthSurname = "Yamato">>
<<set _princess.slaveSurname = "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 ...@@ -254,15 +254,6 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad
<br><br> <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"> <span id="result">
<<link "Go back to sleep">> <<link "Go back to sleep">>
<<replace "#result">> <<replace "#result">>
......
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