From 0c8ebd6edf40880d2e157f53fd31d3fe1bbe574e Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 25 Aug 2018 02:24:23 -0400 Subject: [PATCH] received --- src/utility/descriptionWidgetsFlesh.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index a5c315288b7..9cd5c4a0d1e 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -14142,7 +14142,7 @@ $He has <</if>> @@.tan;<<print $activeSlave.race>>@@, and $his skin is <<print $activeSlave.skin>><<if $activeSlave.markings == "freckles">> and lightly freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><<elseif $activeSlave.markings == "heavily freckled">> and heavily freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><</if>>. <<if $activeSlave.race != $activeSlave.origRace && $saleDescription != 1>> - $He has recieved plastic surgery to appear <<print $activeSlave.race>>; $he is originally <<print $activeSlave.origRace>>. + $He has received plastic surgery to appear <<print $activeSlave.race>>; $he is originally <<print $activeSlave.origRace>>. <<elseif $activeSlave.race != $activeSlave.origRace && $saleDescription == 1>> <<if $PC.medicine >= 100>> Thanks to your medical experience, you can easily tell that $he was oringinally <<print $activeSlave.origRace>>, but surgically modified. @@ -14157,7 +14157,7 @@ $He has <<elseif ($seeRace == 1)>> Ethnically, $he's @@.tan;<<print $activeSlave.race>>@@, and $his skin is <<print $activeSlave.skin>><<if $activeSlave.markings == "freckles">> and lightly freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><<elseif $activeSlave.markings == "heavily freckled">> and heavily freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><</if>>. <<if $activeSlave.race != $activeSlave.origRace && $saleDescription != 1>> - $He has recieved plastic surgery to appear <<print $activeSlave.race>>; $he is originally <<print $activeSlave.origRace>>. + $He has received plastic surgery to appear <<print $activeSlave.race>>; $he is originally <<print $activeSlave.origRace>>. <<elseif $activeSlave.race != $activeSlave.origRace && $saleDescription == 1>> <<if $PC.medicine >= 100>> Thanks to your medical experience, you can easily tell that $he was oringinally <<print $activeSlave.origRace>>, but surgically modified. -- GitLab