diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw index 57859cbfb134343c710a5b4663349fd4f703717b..12706f252f1786c3338c02dccc2fdc42546a3801 100644 --- a/src/uncategorized/wardrobeUse.tw +++ b/src/uncategorized/wardrobeUse.tw @@ -531,9 +531,9 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' <<if ($seeImages == 1) && ($imageChoice == 1)>> /* prepare display of currently selected color. */ /* _glassesColour is always set by display (Art_Vector_Set_Colour_Outfit_) */ - <<if def $activeSlave.clothingBaseColor>> + <<if def $activeSlave.glassesColor>> /* regard current user selection */ - <<set _glassesColour = $activeSlave.clothingBaseColor>> + <<set _glassesColour = $activeSlave.glassesColor>> <</if>> /* Display an HTML5 color picker */ /* This is hackish due to direct accessment of SugarCube internal data structure. Improvements are welcome. */ @@ -594,9 +594,9 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.'' /* prepare display of currently selected color. */ /* _shoeColour is always set by display (Art_Vector_Set_Colour_Shoe_) */ /* TODO: update currently selected color upon shoe select */ - <<if def $activeSlave.clothingBaseColor>> + <<if def $activeSlave.shoeColor>> /* regard current user selection */ - <<set _shoeColour = $activeSlave.clothingBaseColor>> + <<set _shoeColour = $activeSlave.shoeColor>> <</if>> /* Display an HTML5 color picker */ /* This is hackish due to direct accessment of SugarCube internal data structure. Improvements are welcome. */