[0.69.420 -PUBLIC#1478] Wrong cockvine color in Appearance panel

one_two

Well-Known Member
Jan 20, 2022
457
130
Got a cockvine attached, happens to be green:

1645678613965.png

but character's appearance panel has a different idea:

1645678643173.png

am guessing this is caused by reading the color value from tailGenitalColor variable, when in case of the cockvine it should be pulled from tailCock.cockColor field instead:

Code:
         "tailGenitalArg":0,
         "tailGenital":0,
         "tailGenitalColor":"pink",
         "tailCock":{
            "classInstance":"Cock",
            "neverSerialize":false,
            "version":2,
            "cLengthRaw":7,
            "cLengthMod":0,
            "cThicknessRatioRaw":1,
            "cThicknessRatioMod":0,
            "cType":54,
            "cockColor":"green",
            "knotMultiplier":1,
            "flaccidMultiplier":0.25,
            "virgin":true,
            "flags":[
               33
            ],
            "piercing":null,
            "cocksock":null
         },