From 822ed4b1e92ac135ed623b646ac6f6ff73d34dc0 Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Sat, 8 Dec 2018 23:13:51 -0600 Subject: [PATCH] Missed1s --- src/art/vector/Set_Colour_Shoe.tw | 4 ++-- src/art/vector/Set_Colour_Skin.tw | 2 +- src/art/vector/Set_Colour_Skin_JS.tw | 4 ++-- src/uncategorized/wardrobeUse.tw | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/art/vector/Set_Colour_Shoe.tw b/src/art/vector/Set_Colour_Shoe.tw index 69ef990e1f1..49d4ae6062f 100644 --- a/src/art/vector/Set_Colour_Shoe.tw +++ b/src/art/vector/Set_Colour_Shoe.tw @@ -2,10 +2,10 @@ /* courtesy of Nov-X */ -/* BEWARE: _shoeColor is read by Wardrobe Use */ +/* BEWARE: _shoeColour is read by Wardrobe Use */ /* note: only heels use this shadow */ -<<set _shoeShadowColor = "#616a6b">> +<<set _shoeShadowColour = "#616a6b">> <<switch _artSlave.shoes>> <<case "extreme heels" "heels">> diff --git a/src/art/vector/Set_Colour_Skin.tw b/src/art/vector/Set_Colour_Skin.tw index a4d75551953..2e2fba0e148 100644 --- a/src/art/vector/Set_Colour_Skin.tw +++ b/src/art/vector/Set_Colour_Skin.tw @@ -10,6 +10,6 @@ <<set _labiaStyle = _s.labiaStyle>> <<set _penisSkinStyle = _s.penisSkinStyle>> <<set _scrotumSkinStyle = _s.scrotumSkinStyle>> -<<set _skinColour = _s.skinColor>> +<<set _skinColour = _s.skinColour>> <<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 aebd0ec6c04..72573c4b6bc 100644 --- a/src/art/vector/Set_Colour_Skin_JS.tw +++ b/src/art/vector/Set_Colour_Skin_JS.tw @@ -49,7 +49,7 @@ if (artSlave.clothes == "restrictive latex") { if (artSlave.clothes == "a latex catsuit") { /* nice latex does not cover head. */ - s.headSkinStyle = "fill:"+s.skinColor+";"; + s.headSkinStyle = "fill:"+s.skinColour+";"; /* rest of body is covered in latex */ s.skinColour = outfitBaseColour; /* catsuit covers areolae and crotch, too */ @@ -66,7 +66,7 @@ if (artSlave.clothes == "a cybersuit") { if (artSlave.clothes == "a comfortable bodysuit") { /* nice bodysuit does not cover head. */ - s.headSkinStyle = "fill:"+s.skinColor+";"; + s.headSkinStyle = "fill:"+s.skinColour+";"; /* rest of body is covered in bodysuit */ s.skinColour = outfitBaseColour; s.bellySkinStyle = outfitBaseColour; diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw index 8a85971916f..7f482be7e7b 100644 --- a/src/uncategorized/wardrobeUse.tw +++ b/src/uncategorized/wardrobeUse.tw @@ -735,7 +735,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' <<set _clothingBaseColor = _skinColour >> <<if def _outfitBaseColour>> /* set default color predefined by choice of outfit */ - <<set _clothingBaseColor = _outfitBaseColor>> + <<set _clothingBaseColor = _outfitBaseColour>> <</if>> <<if def $activeSlave.clothingBaseColor>> /* regard current user selection */ -- GitLab