Skip to content
Snippets Groups Projects
Commit 6cfa6cd8 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'Hide-color-picker-when-current-option-cannot-use-it' into 'pregmod-master'

Hide color picker in wardrobe when current option cannot use it

See merge request pregmodfan/fc-pregmod!3476
parents e5bfd97c a344e562
No related branches found
No related tags found
No related merge requests found
...@@ -731,6 +731,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' ...@@ -731,6 +731,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
<</if>> /* closes fuckdoll check for color picker */ <</if>> /* closes fuckdoll check for color picker */
<<if $activeSlave.fuckdoll != 0 || $activeSlave.clothes == "restrictive latex" || $activeSlave.clothes == "a latex catsuit" || $activeSlave.clothes == "a cybersuit" || $activeSlave.clothes == "a comfortable bodysuit">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;//Color:// <br>&nbsp;&nbsp;&nbsp;&nbsp;//Color://
<<if ($seeImages == 1) && ($imageChoice == 1)>> <<if ($seeImages == 1) && ($imageChoice == 1)>>
...@@ -761,7 +762,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' ...@@ -761,7 +762,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
<<else>> <<else>>
//Custom outfit color is currently only used for embedded vector art by NoX &amp; deepmurk.// //Custom outfit color is currently only used for embedded vector art by NoX &amp; deepmurk.//
<</if>> <</if>>
<</if>>
<<if $activeSlave.fuckdoll == 0>> /* begin fuckdoll check */ <<if $activeSlave.fuckdoll == 0>> /* begin fuckdoll check */
<br> <br>
...@@ -897,7 +898,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' ...@@ -897,7 +898,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
<<replace "#collar">>$activeSlave.collar<</replace>> <<replace "#collar">>$activeSlave.collar<</replace>>
<<replace "#collarDescription">><br>//<<collarDescription>>//<</replace>> <<replace "#collarDescription">><br>//<<collarDescription>>//<</replace>>
<</link>> <</link>>
<<if $activeSlave.eyewear == "corrective glasses" || $activeSlave.eyewear == "glasses" || $activeSlave.eyewear == "blurring glasses" || $activeSlave.collar == "porcelain mask">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;//Color:// <br>&nbsp;&nbsp;&nbsp;&nbsp;//Color://
<<if ($seeImages == 1) && ($imageChoice == 1)>> <<if ($seeImages == 1) && ($imageChoice == 1)>>
...@@ -918,7 +919,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' ...@@ -918,7 +919,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
<br> <br>
&nbsp;&nbsp;&nbsp;&nbsp;//Note: Only glasses and porcelain masks support a custom color. If both are worn, they will share the same color.// &nbsp;&nbsp;&nbsp;&nbsp;//Note: Only glasses and porcelain masks support a custom color. If both are worn, they will share the same color.//
<</if>> <</if>>
<</if>>
<br> <br>
<<if $activeSlave.amp != 1>> <<if $activeSlave.amp != 1>>
......
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