diff --git a/src/art/vector/Set_Colour_Shoe.tw b/src/art/vector/Set_Colour_Shoe.tw index 69ef990e1f142a469ebc3eac2dafae1e11aaf03d..49d4ae6062f1b635a97ecb420a6d3ff715259cd5 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 a4d755519530a240ddbb25d6fa222a791e75001d..2e2fba0e1480ab2f77e6c59d5d7436135affb79e 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 aebd0ec6c04f760ddd08b7d66de878c55f644c6d..72573c4b6bcfb809713f3df196ed6aac05e932c7 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 8a85971916fe3246ca864c7a0f85515750e85ca9..7f482be7e7bf8fb6e1be9f45da17304e23690305 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 */