Skip to content
Snippets Groups Projects
Commit 822ed4b1 authored by klorpa's avatar klorpa
Browse files

Missed1s

parent 3e85aa8c
No related branches found
No related tags found
1 merge request!3096Colour -> Color
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
/* courtesy of Nov-X */ /* courtesy of Nov-X */
/* BEWARE: _shoeColor is read by Wardrobe Use */ /* BEWARE: _shoeColour is read by Wardrobe Use */
/* note: only heels use this shadow */ /* note: only heels use this shadow */
<<set _shoeShadowColor = "#616a6b">> <<set _shoeShadowColour = "#616a6b">>
<<switch _artSlave.shoes>> <<switch _artSlave.shoes>>
<<case "extreme heels" "heels">> <<case "extreme heels" "heels">>
......
...@@ -10,6 +10,6 @@ ...@@ -10,6 +10,6 @@
<<set _labiaStyle = _s.labiaStyle>> <<set _labiaStyle = _s.labiaStyle>>
<<set _penisSkinStyle = _s.penisSkinStyle>> <<set _penisSkinStyle = _s.penisSkinStyle>>
<<set _scrotumSkinStyle = _s.scrotumSkinStyle>> <<set _scrotumSkinStyle = _s.scrotumSkinStyle>>
<<set _skinColour = _s.skinColor>> <<set _skinColour = _s.skinColour>>
<<set _torsoSkinStyle = _s.torsoSkinStyle>> <<set _torsoSkinStyle = _s.torsoSkinStyle>>
<<set _bellybuttonStyle = _s.bellybuttonStyle>> <<set _bellybuttonStyle = _s.bellybuttonStyle>>
...@@ -49,7 +49,7 @@ if (artSlave.clothes == "restrictive latex") { ...@@ -49,7 +49,7 @@ if (artSlave.clothes == "restrictive latex") {
if (artSlave.clothes == "a latex catsuit") { if (artSlave.clothes == "a latex catsuit") {
/* nice latex does not cover head. */ /* nice latex does not cover head. */
s.headSkinStyle = "fill:"+s.skinColor+";"; s.headSkinStyle = "fill:"+s.skinColour+";";
/* rest of body is covered in latex */ /* rest of body is covered in latex */
s.skinColour = outfitBaseColour; s.skinColour = outfitBaseColour;
/* catsuit covers areolae and crotch, too */ /* catsuit covers areolae and crotch, too */
...@@ -66,7 +66,7 @@ if (artSlave.clothes == "a cybersuit") { ...@@ -66,7 +66,7 @@ if (artSlave.clothes == "a cybersuit") {
if (artSlave.clothes == "a comfortable bodysuit") { if (artSlave.clothes == "a comfortable bodysuit") {
/* nice bodysuit does not cover head. */ /* nice bodysuit does not cover head. */
s.headSkinStyle = "fill:"+s.skinColor+";"; s.headSkinStyle = "fill:"+s.skinColour+";";
/* rest of body is covered in bodysuit */ /* rest of body is covered in bodysuit */
s.skinColour = outfitBaseColour; s.skinColour = outfitBaseColour;
s.bellySkinStyle = outfitBaseColour; s.bellySkinStyle = outfitBaseColour;
......
...@@ -735,7 +735,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' ...@@ -735,7 +735,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
<<set _clothingBaseColor = _skinColour >> <<set _clothingBaseColor = _skinColour >>
<<if def _outfitBaseColour>> <<if def _outfitBaseColour>>
/* set default color predefined by choice of outfit */ /* set default color predefined by choice of outfit */
<<set _clothingBaseColor = _outfitBaseColor>> <<set _clothingBaseColor = _outfitBaseColour>>
<</if>> <</if>>
<<if def $activeSlave.clothingBaseColor>> <<if def $activeSlave.clothingBaseColor>>
/* regard current user selection */ /* regard current user selection */
......
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