Skip to content
Snippets Groups Projects
Commit 4bde515f authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fixes

parent 9f3fb56b
No related branches found
No related tags found
1 merge request!6401Surgery sync
......@@ -66,7 +66,7 @@
<div>
<<set _pubertyAge = Math.min(getSlave($AS).pubertyAgeXX, getSlave($AS).pubertyAgeXY)>>
<<if getSlave($AS).bald == 0 && getSlave($AS).hStyle != "bald">>
$He naturally grows getSlave($AS).origHColor hair from $his head.
$He naturally grows <<= getSlave($AS).origHColor>> hair from $his head.
<div class="choices">
<<if getSlave($AS).indentureRestrictions > 1>>
<span class="note">$His indenture forbids elective surgery</span>
......@@ -82,7 +82,7 @@
/*Eyebrows*/
<div>
<<if (getSlave($AS).eyebrowHStyle != "bald")>>
$He has getSlave($AS).origHColor eyebrows.
$He has <<= getSlave($AS).origHColor>> eyebrows.
<div class="choices">
<<if getSlave($AS).indentureRestrictions > 1>>
<span class="note">$His indenture forbids elective surgery</span>
......@@ -107,13 +107,13 @@
<</if>>
</div>
<<else>>
$His getSlave($AS).skin skin is silky smooth and hair free from $his neck to $his <<if !hasAnyLegs(getSlave($AS))>>hips<<else>>toes<</if>>.
$His <<= getSlave($AS).skin>> skin is silky smooth and hair free from $his neck to $his <<if !hasAnyLegs(getSlave($AS))>>hips<<else>>toes<</if>>.
<</if>>
</div>
<h3>Face:</h3>
<div>
$His getSlave($AS).faceShape face is
$His <<= getSlave($AS).faceShape>> face is
<<if getSlave($AS).face < -95>>
very ugly.
<<elseif getSlave($AS).face < -40>>
......@@ -830,7 +830,7 @@
/* Nipples*/
<div>
<<if $surgeryUpgrade == 1>>
$He has getSlave($AS).nipples nipples.
$He has <<= getSlave($AS).nipples>> nipples.
<div class="choices">
<<if getSlave($AS).indentureRestrictions >= 2>>
<span class="note">$His indenture forbids elective surgery</span>
......@@ -1621,7 +1621,7 @@
/*Race*/
<div>
<<if getSlave($AS).indentureRestrictions < 1>>
$He is getSlave($AS).race<<if getSlave($AS).race != getSlave($AS).origRace>>, but was originally getSlave($AS).origRace<</if>>. Surgically alter $him to look more:
$He is <<= getSlave($AS).race>><<if getSlave($AS).race != getSlave($AS).origRace>>, but was originally <<= getSlave($AS).origRace>><</if>>. Surgically alter $him to look more:
<div class="choices">
<<if getSlave($AS).race != "white">>
[[White|Surgery Degradation][getSlave($AS).race = "white", getSlave($AS).skin = randomRaceSkin(getSlave($AS).race), getSlave($AS).hColor = randomRaceHair(getSlave($AS).race), setEyeColor(getSlave($AS), randomRaceEye(getSlave($AS).race)), cashX(forceNeg($surgeryCost), "slaveSurgery", getSlave($AS)), surgeryDamage(getSlave($AS),20),$surgeryType = "race"]] |
......
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