diff --git a/src/art/vector/Generate_Stylesheet.tw b/src/art/vector/Generate_Stylesheet.tw
index 665da6f9e8ed4899f3df9d42cb2a163a2e8a115c..d8df98daab47f8ab7aa97a7ca6fb8210231bbe63 100644
--- a/src/art/vector/Generate_Stylesheet.tw
+++ b/src/art/vector/Generate_Stylesheet.tw
@@ -17,7 +17,7 @@
 	right: 0;
 }
 ."+_art_display_class+" .white   { fill:#FFFFFF; }
-."+_art_display_class+" .skin    { fill:"+_skinColor+"; }
+."+_art_display_class+" .skin    { fill:"+_skinColour+"; }
 ."+_art_display_class+" .head    { "+_headSkinStyle+"; }
 ."+_art_display_class+" .torso   { "+_torsoSkinStyle+"; }
 ."+_art_display_class+" .boob    { "+_boobSkinStyle+"; }
@@ -27,16 +27,16 @@
 ."+_art_display_class+" .areola  { fill:"+_areolaStyle+"; }
 ."+_art_display_class+" .bellybutton  { fill:"+_bellybuttonStyle+"; }
 ."+_art_display_class+" .labia   { fill:"+_labiaStyle+"; }
-."+_art_display_class+" .hair    { fill:"+_hairColor+"; }
-."+_art_display_class+" .pubic_hair     { fill:"+_pubicHairColor+"; }
-."+_art_display_class+" .underarm_hair  { fill:"+_underarmHairColor+"; }
-."+_art_display_class+" .eyebrow_hair  { fill:"+_eyebrowHairColor+"; }
-."+_art_display_class+" .shoe    { fill:"+_shoeColor+"; }
-."+_art_display_class+" .shoe_shadow    { fill:"+_shoeShadowColor+"; }
+."+_art_display_class+" .hair    { fill:"+_hairColour+"; }
+."+_art_display_class+" .pubic_hair     { fill:"+_pubicHairColour+"; }
+."+_art_display_class+" .underarm_hair  { fill:"+_underarmHairColour+"; }
+."+_art_display_class+" .eyebrow_hair  { fill:"+_eyebrowHairColour+"; }
+."+_art_display_class+" .shoe    { fill:"+_shoeColour+"; }
+."+_art_display_class+" .shoe_shadow    { fill:"+_shoeShadowColour+"; }
 ."+_art_display_class+" .smart_piercing { fill:#4DB748; }
 ."+_art_display_class+" .steel_piercing { fill:#787878; }
 ."+_art_display_class+" .steel_chastity { fill:#BABABA; }
-."+_art_display_class+" .outfit_base  { fill:"+_outfitBaseColor+"; }
+."+_art_display_class+" .outfit_base  { fill:"+_outfitBaseColour+"; }
 ."+_art_display_class+" .gag     { fill:#BF2126; }
 ."+_art_display_class+" .shadow  { fill:#010101; }
 ."+_art_display_class+" .glasses { fill:"+_glassesColor+"; }
diff --git a/src/art/vector/Set_Colour_Hair.tw b/src/art/vector/Set_Colour_Hair.tw
index e6bfe6bfbd5694fd269643f1902217dae99cc37a..3e7470c2836db883493a87b5cb8d3aa53d03a506 100644
--- a/src/art/vector/Set_Colour_Hair.tw
+++ b/src/art/vector/Set_Colour_Hair.tw
@@ -6,8 +6,8 @@ to-"HTML Color"-Map
 courtesy of Nov-X
 */
 
-<<set _hairColor = extractColor(_artSlave.hColor) >>
-<<set _pubicHairColor = extractColor(_artSlave.pubicHColor) >>
-<<set _underarmHairColor = extractColor(_artSlave.underArmHColor) >>
-<<set _eyebrowHairColor = extractColor(_artSlave.eyebrowHColor) >>
+<<set _hairColour = extractColor(_artSlave.hColor) >>
+<<set _pubicHairColour = extractColor(_artSlave.pubicHColor) >>
+<<set _underarmHairColour = extractColor(_artSlave.underArmHColor) >>
+<<set _eyebrowHairColour = extractColor(_artSlave.eyebrowHColor) >>
 <<set _sclerae = extractColor(_artSlave.sclerae) >>
\ No newline at end of file
diff --git a/src/art/vector/Set_Colour_Outfit.tw b/src/art/vector/Set_Colour_Outfit.tw
index 30e6f7e4c39bc59f79f6f7bdb29040d8a6c2d555..08c35b6c1e0c0a5123f1b1a160a4ded6da620c7e 100644
--- a/src/art/vector/Set_Colour_Outfit.tw
+++ b/src/art/vector/Set_Colour_Outfit.tw
@@ -1,10 +1,10 @@
 :: Art_Vector_Set_Colour_Outfit_
 
-/* BEWARE: _outfitBaseColor is used by Art_Vector_Set_Colour_Skin_ */
-/* BEWARE: _outfitBaseColor is read by Wardrobe Use */
+/* BEWARE: _outfitBaseColour is used by Art_Vector_Set_Colour_Skin_ */
+/* BEWARE: _outfitBaseColour is read by Wardrobe Use */
 /* BEWARE: _glassesColor is read by Wardrobe Use */
 
 <<set _s = Art_Vector_Set_Colour_Outfit(_artSlave) >>
-<<set _outfitBaseColor = _s.outfitBaseColor>>
+<<set _outfitBaseColour = _s.outfitBaseColour>>
 <<set _glassesColor = _s.glassesColor>>
 <<set _eyeColor = _s.eyeColor>>
\ No newline at end of file
diff --git a/src/art/vector/Set_Colour_Outfit_JS.tw b/src/art/vector/Set_Colour_Outfit_JS.tw
index c9716f74d7dbc9c3afb9a47bef802ce56a1e6e9a..26bf686a47ed7ceb0c820691de70291903fe5b92 100644
--- a/src/art/vector/Set_Colour_Outfit_JS.tw
+++ b/src/art/vector/Set_Colour_Outfit_JS.tw
@@ -3,22 +3,22 @@
 window.Art_Vector_Set_Colour_Outfit = function(artSlave) {
 
 var s = {
-	outfitBaseColor : undefined,
+	outfitBaseColour : undefined,
 	glassesColor : undefined
 	}
 
 if (artSlave.fuckdoll != 0 || artSlave.clothes == "restrictive latex" || artSlave.clothes == "a latex catsuit" || artSlave.clothes == "a cybersuit") {
-	s.outfitBaseColor = "#515351" ; /* standard "black rubber" latex color */
+	s.outfitBaseColour = "#515351" ; /* standard "black rubber" latex color */
 	if (artSlave.clothingBaseColor) {
-		s.outfitBaseColor = artSlave.clothingBaseColor ; /* latex color selected by user */
+		s.outfitBaseColour = artSlave.clothingBaseColor ; /* latex color selected by user */
 		/* TODO: rewrite all textual descriptions not to explicitly mention the latex being of black color. */
 	}
 }
 
 if (artSlave.fuckdoll != 0 || artSlave.clothes == "a comfortable bodysuit") {
-	s.outfitBaseColor = "#464646" ; /* bodysuit */
+	s.outfitBaseColour = "#464646" ; /* bodysuit */
 	if (artSlave.clothingBaseColor) {
-		s.outfitBaseColor = artSlave.clothingBaseColor ; /* bodysuit color selected by user */
+		s.outfitBaseColour = artSlave.clothingBaseColor ; /* bodysuit color selected by user */
 	}
 }
 
diff --git a/src/art/vector/Set_Colour_Shoe.tw b/src/art/vector/Set_Colour_Shoe.tw
index 676973d8d8be801bf2c6e8588395ee81cfc3941d..69ef990e1f142a469ebc3eac2dafae1e11aaf03d 100644
--- a/src/art/vector/Set_Colour_Shoe.tw
+++ b/src/art/vector/Set_Colour_Shoe.tw
@@ -8,27 +8,27 @@
 <<set _shoeShadowColor = "#616a6b">>
 
 <<switch _artSlave.shoes>>
-<<case "heels" "extreme heels">>
-	<<set _shoeColor = "#80808080">>
+<<case "extreme heels" "heels">>
+	<<set _shoeColour = "#80808080">>
 <<case "boots">>
-	<<set _shoeColor = "#80808080">>
+	<<set _shoeColour = "#80808080">>
 <<case "flats">>
-	<<set _shoeColor = "#80808080">>
+	<<set _shoeColour = "#80808080">>
 <<case "pumps">>
-	<<set _shoeColor = "#80808080">>
+	<<set _shoeColour = "#80808080">>
 <<default>>
 	/* use color for "heels" by default */
-	<<set _shoeColor = "#595959">>
+	<<set _shoeColour = "#595959">>
 <</switch>>
 
 <<if def _artSlave.shoeColor>>
-	<<set _shoeColor = _artSlave.shoeColor+";opacity: 0.4">> /* shoe color selected by user */
-	<<set _shoeShadowColor = _shoeColor+";opacity: 0.5">> /* TODO: do not abuse "color" variable for style definitions. do not rely on dark background for shadow effect either. */
+	<<set _shoeColour = _artSlave.shoeColor+";opacity: 0.4">> /* shoe color selected by user */
+	<<set _shoeShadowColour = _shoeColour+";opacity: 0.5">> /* TODO: do not abuse "color" variable for style definitions. do not rely on dark background for shadow effect either. */
 <</if>>
 
 /* override color in case of full body latex outfit */
 <<if _artSlave.fuckdoll != 0 || _artSlave.clothes == "restrictive latex" >>
-	<<set _shoeColor = _skinColor>>
-	<<set _shoeShadowColor = _shoeColor+";opacity: 0.5">> /* TODO: do not abuse "color" variable for style definitions. do not rely on dark background for shadow effect either. */
+	<<set _shoeColour = _skinColour>>
+	<<set _shoeShadowColour = _shoeColour+";opacity: 0.5">> /* TODO: do not abuse "color" variable for style definitions. do not rely on dark background for shadow effect either. */
 <</if>>
 
diff --git a/src/art/vector/Set_Colour_Skin.tw b/src/art/vector/Set_Colour_Skin.tw
index 9399a5fe64ce8e46d05a8d0e23b73f16b88fd930..a4d755519530a240ddbb25d6fa222a791e75001d 100644
--- a/src/art/vector/Set_Colour_Skin.tw
+++ b/src/art/vector/Set_Colour_Skin.tw
@@ -1,8 +1,8 @@
 :: Art_Vector_Set_Colour_Skin_
 
-/* BEWARE: _outfitBaseColor is set by Art_Vector_Set_Colour_Outfit_ */
+/* BEWARE: _outfitBaseColour is set by Art_Vector_Set_Colour_Outfit_ */
 
-<<set _s = Art_Vector_Set_Colour_Skin(_artSlave, _outfitBaseColor) >>
+<<set _s = Art_Vector_Set_Colour_Skin(_artSlave, _outfitBaseColour) >>
 <<set _areolaStyle = _s.areolaStyle>>
 <<set _bellySkinStyle = _s.bellySkinStyle>>
 <<set _boobSkinStyle = _s.boobSkinStyle>>
@@ -10,6 +10,6 @@
 <<set _labiaStyle = _s.labiaStyle>>
 <<set _penisSkinStyle = _s.penisSkinStyle>>
 <<set _scrotumSkinStyle = _s.scrotumSkinStyle>>
-<<set _skinColor = _s.skinColor>>
+<<set _skinColour = _s.skinColor>>
 <<set _torsoSkinStyle = _s.torsoSkinStyle>>
 <<set _bellybuttonStyle = _s.bellybuttonStyle>>
diff --git a/src/art/vector/Set_Colour_Skin_JS.tw b/src/art/vector/Set_Colour_Skin_JS.tw
index d5a68da6e8bec2de828ccdd7397e79ff1ceb1e09..aebd0ec6c04f760ddd08b7d66de878c55f644c6d 100644
--- a/src/art/vector/Set_Colour_Skin_JS.tw
+++ b/src/art/vector/Set_Colour_Skin_JS.tw
@@ -1,6 +1,6 @@
 :: Art_Vector_Set_Colour_Skin_JS [script]
 
-window.Art_Vector_Set_Colour_Skin = function(artSlave, outfitBaseColor) {
+window.Art_Vector_Set_Colour_Skin = function(artSlave, outfitBaseColour) {
 
 /* create an aggregator object yielding all computed styles */
 var s = {
@@ -15,7 +15,7 @@ var s = {
 	penisSkinStyle: undefined,
 	scrotumSkinStyle: undefined,
 	bellySkinStyle: undefined,
-	skinColor: undefined,
+	skinColour: undefined,
 	eyeColor: undefined,
 }
 
@@ -23,13 +23,13 @@ var s = {
 	s.areolaStyle = colorSlave.areolaColor;
 	s.bellybuttonStyle = colorSlave.areolaColor;
 	s.labiaStyle = colorSlave.labiaColor;
-	s.skinColor = colorSlave.skinColor;
+	s.skinColour = colorSlave.skinColor;
 
 /* BEGIN SKIN COLOR OVERRIDES FOR LATEX CLOTHING EMULATION */
 
 if (artSlave.fuckdoll != 0) {
 	/* slave is a fuckdoll - display all skin as if it was black rubber */
-	s.skinColor = outfitBaseColor;
+	s.skinColour = outfitBaseColour;
 	s.areolaStyle = "fill:rgba(81,83,81,1);";
 	s.labiaStyle = s.areolaStyle;
 	s.bellybuttonStyle = s.areolaStyle;
@@ -38,28 +38,28 @@ if (artSlave.fuckdoll != 0) {
 /* slave wears restrictive latex - display most skin as if it was rubber */
 if (artSlave.clothes == "restrictive latex") {
 	/* nice latex does not cover any privates. */
-	s.boobSkinStyle = "fill:"+s.skinColor+";";
-	s.penisSkinStyle = "fill:"+s.skinColor+";";
-	s.scrotumSkinStyle = "fill:"+s.skinColor+";";
-	s.torsoSkinStyle = "fill:"+s.skinColor+";";
+	s.boobSkinStyle = "fill:"+s.skinColour+";";
+	s.penisSkinStyle = "fill:"+s.skinColour+";";
+	s.scrotumSkinStyle = "fill:"+s.skinColour+";";
+	s.torsoSkinStyle = "fill:"+s.skinColour+";";
 	/* rest of body is covered in latex */
-	s.skinColor = outfitBaseColor;
-	s.bellybuttonStyle = outfitBaseColor;
+	s.skinColour = outfitBaseColour;
+	s.bellybuttonStyle = outfitBaseColour;
 }
 
 if (artSlave.clothes == "a latex catsuit") {
 	/* nice latex does not cover head. */
 	s.headSkinStyle = "fill:"+s.skinColor+";";
 	/* rest of body is covered in latex */
-	s.skinColor = outfitBaseColor;
+	s.skinColour = outfitBaseColour;
 	/* catsuit covers areolae and crotch, too */
-	s.bellybuttonStyle = outfitBaseColor;
+	s.bellybuttonStyle = outfitBaseColour;
 }
 
 if (artSlave.clothes == "a cybersuit") {
 	/* rest of body is covered in latex */
-	s.skinColor = outfitBaseColor;
-	s.bellybuttonStyle = outfitBaseColor;
+	s.skinColour = outfitBaseColour;
+	s.bellybuttonStyle = outfitBaseColour;
 }
 
 /* END SKIN COLOR OVERRIDES FOR LATEX CLOTHING EMULATION */
@@ -68,9 +68,9 @@ if (artSlave.clothes == "a comfortable bodysuit") {
 	/* nice bodysuit does not cover head. */
 	s.headSkinStyle = "fill:"+s.skinColor+";";
 	/* rest of body is covered in bodysuit */
-	s.skinColor = outfitBaseColor;
-	s.bellySkinStyle = outfitBaseColor;
-	s.bellybuttonStyle = outfitBaseColor;
+	s.skinColour = outfitBaseColour;
+	s.bellySkinStyle = outfitBaseColour;
+	s.bellybuttonStyle = outfitBaseColour;
 }
 
 /* outfit dick coloring to match outfit rgba in svg */
diff --git a/src/uncategorized/cellblockReport.tw b/src/uncategorized/cellblockReport.tw
index 1889497171358543585816176f406be426f076d9..a5e42221295a373ae5d423b8480467e382523d15 100644
--- a/src/uncategorized/cellblockReport.tw
+++ b/src/uncategorized/cellblockReport.tw
@@ -99,7 +99,7 @@
 			$He hates having to break $his <<print relationshipTerm($Wardeness)>>, $slaves[$i].slaveName, but $his devotion to you wins out in the end.
 			<<set $slaves[$i].devotion++, $slaves[$i].trust -= 3>>
 			<<if random(1,100) >= 50>>
-				$Him and $slaves[$i].slaveName's relationship has been shattered by these events.
+				$His and $slaves[$i].slaveName's relationship has been shattered by these events.
 				<<set $Wardeness.relationship = 0, $Wardeness.relationshipTarget = 0, $slaves[_FLs].relationship = 0, $slaves[_FLs].relationshipTarget = 0, $slaves[$i].relationship = 0, $slaves[$i].relationshipTarget = 0>>
 			<</if>>
 		<<elseif $familyTesting == 1 && areRelated($Wardeness, $slaves[$i])>>
diff --git a/src/uncategorized/hgSelect.tw b/src/uncategorized/hgSelect.tw
index 168ed9c184ca999bc0a6362b2e42282c5690560b..57cf77c108cbcc6fef29640691fdc7f53d64a08a 100644
--- a/src/uncategorized/hgSelect.tw
+++ b/src/uncategorized/hgSelect.tw
@@ -73,7 +73,7 @@ _HGName
 		<<if $HeadGirl.devotion > 95>>$He loves you so much $he'll fuck them until $he's sore.<<else>>If $he were more devoted to you, $he might be able to drive herself to get hard and service one more.<</if>>
 		<<if $HeadGirl.balls >= 120>>$His unreal balls produce nearly an endless supply of semen; $his ability to impregnate is almost limitless.<<elseif $HeadGirl.balls >= 80>>$His inhuman balls produce so much semen $he can easily impregnate twenty girls in one sitting.<<elseif $HeadGirl.balls >= 50>>$His giant balls produce so much semen $he can easily impregnate twelve girls in one sitting.<<elseif $HeadGirl.balls >= 25>>$His oversized balls produce so much semen $he can cum repeatedly in a single session.<<elseif $HeadGirl.balls >= 5>>$His big balls produce so much semen $he can cum more before $he's drained.<<else>>Bigger balls would let $him cum more before $he's drained.<</if>>
 		<<if $HeadGirl.health > 95>>$His wonderful health lets $him get hard and stay hard all the time.<<else>>If $his health were perfect, $he might be able to get hard more often.<</if>>
-		<<if $HeadGirl.energy > 95>>$His nymphomania drives $his to go above and beyond in this.<<else>>A more powerful sex drive could reduce $his refractory period.<</if>>
+		<<if $HeadGirl.energy > 95>>$His nymphomania drives $him to go above and beyond in this.<<else>>A more powerful sex drive could reduce $his refractory period.<</if>>
 	<<else>>
 		However, $HeadGirl.slaveName cannot perform this duty.
 	<</if>>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index c97e67e61e2b97de8b1ca6d40f79bc9479baca48..eb1ac0959f482157c13f09ea7ca8cc08246de294 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -1434,7 +1434,7 @@ Work on $him structurally:
 		<</if>>
 	<<elseif $activeSlave.PLimb != 1 && $activeSlave.amp == 1>>
 		<<if ($activeSlave.indentureRestrictions < 1) && ($seeExtreme == 1)>>
-			[[Implant prosthetic interface|Surgery Degradation][$activeSlave.PLimb = 1,$cash -= $surgeryCost,$activeSlave.health -= 20,$surgeryType = "prostheticInterface"]] //This will allow $his to use prosthetic limbs//
+			[[Implant prosthetic interface|Surgery Degradation][$activeSlave.PLimb = 1,$cash -= $surgeryCost,$activeSlave.health -= 20,$surgeryType = "prostheticInterface"]] //This will allow $him to use prosthetic limbs//
 		<</if>>
 	<</if>>
 <<else>>
diff --git a/src/uncategorized/saDiet.tw b/src/uncategorized/saDiet.tw
index 7cde19c40ec3cb5fa9abdbcb947d5b1f0ad1250d..4da1b7854b534491ef2f72314dd37bde10f58a68 100644
--- a/src/uncategorized/saDiet.tw
+++ b/src/uncategorized/saDiet.tw
@@ -550,7 +550,7 @@
 				$His balls @@.orange;shrink down@@ due to $his body chemistry.
 				<<set $slaves[$i].balls -= 1>>
 			<<else>>
-				$His balls @@.orange;shrivel@@ $his to $his body chemistry.
+				$His balls @@.orange;shrivel@@ due to $his body chemistry.
 			<</if>>
 			<<set $slaves[$i].balls -= 1>>
 		<</if>>
@@ -610,7 +610,7 @@
 				$His balls @@.orange;shrink down@@ due to $his body chemistry.
 				<<set $slaves[$i].balls -= 1>>
 			<<else>>
-				$His balls @@.orange;shrivel@@ $his to $his body chemistry.
+				$His balls @@.orange;shrivel@@ due to $his body chemistry.
 			<</if>>
 			<<set $slaves[$i].balls -= 1>>
 		<</if>>
diff --git a/src/uncategorized/saGuardsYou.tw b/src/uncategorized/saGuardsYou.tw
index 35f0b16ab67055ac20c50cb3151014e297f4669c..71fdc6fce98dd11b510a6c4e100ec7068c25452c 100644
--- a/src/uncategorized/saGuardsYou.tw
+++ b/src/uncategorized/saGuardsYou.tw
@@ -169,7 +169,7 @@ $His constant presence is
 
 <<set $repGain += $deadliness*10>>
 
-Being continually trusted with your life @@.hotpink;increases $his devotion to you@@ and encourages $his to @@.mediumaquamarine;trust you in turn.@@
+Being continually trusted with your life @@.hotpink;increases $his devotion to you@@ and encourages $him to @@.mediumaquamarine;trust you in turn.@@
 	<<set $slaves[$i].devotion += 2>>
 	<<set $slaves[$i].trust += 4>>
 
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index c75928a9291c38039e31b063a19395fee7d55eea..29ec9e110d31f1ce6aaffc3ea055352afc9e0bc3 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -335,7 +335,7 @@
 							$He can't see a woman without plotting to dominate $him. $He's now @@.green;more aroused by women.@@
 							<<set $slaves[$i].attrXX += 3>>
 						<<elseif ($slaves[$i].fetish == "sadist")>>
-							$He can't see a woman without doing $his best to find a way the rules will allow $his to abuse the poor girl. $He's now @@.green;more aroused by women.@@
+							$He can't see a woman without doing $his best to find a way the rules will allow $him to abuse the poor girl. $He's now @@.green;more aroused by women.@@
 							<<set $slaves[$i].attrXX += 3>>
 						<<elseif ($slaves[$i].fetish == "boobs")>>
 							$He can't see a woman without doing $his best to get $his hands on $his breasts. $He's now @@.green;more aroused by women.@@
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index 7aa6891fe5eb2fb3f63190dfe8b2a34a8b854b45..46be868a0d0d2992a9ec8f45636b04fe46668aad 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -738,7 +738,7 @@
 	<<case "a chattel habit">>
 		$His chattel habit leaves $his <<if $activeSlave.boobs < 300>>flat <</if>>tits virtuously bare.
 	<<case "a penitent nuns habit">>
-		$His habit chafes $his nipples so harshly that it would probably be a relief to $his to have it stripped off $him.
+		$His habit chafes $his nipples so harshly that it would probably be a relief to $him to have it stripped off $him.
 	<<case "a comfortable bodysuit">>
 		$His bodysuit is tight enough to show off <<if $activeSlave.boobs < 300>>just how flat $he is<<else>>every contour of $his chest<</if>>.
 	<<case "a latex catsuit">>
diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw
index d32ec9fef1829dcedc2da55f53cbf1fc8c12280e..8a85971916fe3246ca864c7a0f85515750e85ca9 100644
--- a/src/uncategorized/wardrobeUse.tw
+++ b/src/uncategorized/wardrobeUse.tw
@@ -731,9 +731,9 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
 	/* prepare display of currently selected color. */
 	/* TODO: update currently selected color upon outfit select */
 	/* _clothingBaseColor is set by display (Art_Vector_Set_Colour_Shoe_), but not all outfits define a color. */
-	/* _skinColor is used as fallback default (set by Art_Vector_Set_Colour_Skin_). */
-	<<set _clothingBaseColor = _skinColor >>
-	<<if def _outfitBaseColor>>
+	/* _skinColour is used as fallback default (set by Art_Vector_Set_Colour_Skin_). */
+	<<set _clothingBaseColor = _skinColour >>
+	<<if def _outfitBaseColour>>
 		/* set default color predefined by choice of outfit */
 		<<set _clothingBaseColor = _outfitBaseColor>>
 	<</if>>
@@ -957,15 +957,15 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
 
 <<if ($seeImages == 1) && ($imageChoice == 1)>>
 	/* prepare display of currently selected color. */
-	/* _shoeColor is always set by display (Art_Vector_Set_Colour_Shoe_) */
+	/* _shoeColour is always set by display (Art_Vector_Set_Colour_Shoe_) */
 	/* TODO: update currently selected color upon shoe select */
 	<<if def $activeSlave.shoeColor>>
 		/* regard current user selection */
-		<<set _shoeColor = $activeSlave.shoeColor>>
+		<<set _shoeColour = $activeSlave.shoeColor>>
 	<</if>>
 	/* Display an HTML5 color picker */
 	/* This is hackish due to direct access of SugarCube internal data structure. Improvements are welcome. */
-	<<print '<input type="color" value="'+_shoeColor+'" onInput="SugarCube.State.variables.activeSlave.shoeColor = event.target.value;">'>>
+	<<print '<input type="color" value="'+_shoeColour+'" onInput="SugarCube.State.variables.activeSlave.shoeColor = event.target.value;">'>>
 	<<link "use default color">>
 		<<run delete $activeSlave.shoeColor >>
 		/* reload passage to display everything correctly */