Skip to content
Snippets Groups Projects
Commit d5cec6d5 authored by svornost's avatar svornost
Browse files

Set original hair, eye, and skin color correctly for auctioned albino slaves.

parent 7de5542f
No related branches found
No related tags found
No related merge requests found
......@@ -204,9 +204,12 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
<<set $activeSlave.pubicHColor = "white">>
<<set $activeSlave.underArmHColor = "white">>
<<set $activeSlave.eyebrowHColor = "white">>
<<set $activeSlave.origHColor = "white">>
<<set $activeSlave.eyes = -1>>
<<set $activeSlave.eyeColor = "pale grey">>
<<set $activeSlave.origEye = "pale grey">>
<<set $activeSlave.skin = "pure white">>
<<set $activeSlave.origSkin = "pure white">>
<<set $activeSlave.custom.desc = "$His eyes are unsettling; though $his irises are a pale grey color, in some lights the whole eye takes on a red cast.">>
<<case "old-timer">>
......@@ -670,15 +673,20 @@ You check to see if any especially prestigious slaves are on auction. <<if $pres
<<set $activeSlave.prestigeDesc = "$He is a natural albino, and was quickly enslaved due to the great demand for physically unusual specimens.">>
<<set $activeSlave.geneticQuirks.albinism = 2>>
<<set $activeSlave.albinismOverride = {skin: $activeSlave.skin, eyeColor: $activeSlave.eyeColor, hColor: $activeSlave.hColor}>>
<<set $activeSlave.career = "a slave">>
<<set $activeSlave.devotion = random(-90,-80)>>
<<set $activeSlave.trust = random(-45,-25)>>
<<set $activeSlave.health = random(40,60)>>
<<set $activeSlave.hColor = "white">>
<<set $activeSlave.pubicHColor = "white">>
<<set $activeSlave.underArmHColor = "white">>
<<set $activeSlave.eyebrowHColor = "white">>
<<set $activeSlave.origHColor = "white">>
<<set $activeSlave.eyes = -1>>
<<set $activeSlave.eyeColor = "pale grey">>
<<set $activeSlave.origEye = "pale grey">>
<<set $activeSlave.skin = "pure white">>
<<set $activeSlave.origSkin = "pure white">>
<<set $activeSlave.custom.desc = "$His eyes are unsettling; though $his irises are a pale grey color, in some lights the whole eye takes on a red cast.">>
<<case "d old-timer">>
......
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