Belly organ fix

Fixed error when intializing belly organs. Colors and size should now both work properly.
In the character setup menu, belly options have been aligned to the row of other organs (breasts, butts, etc)
This commit is contained in:
Alphas00
2024-10-12 16:43:06 +02:00
parent cea76b26ae
commit 984a9c1a1f
2 changed files with 4 additions and 4 deletions
@@ -43,8 +43,8 @@
if(D.species.use_skintones && D.features["genitals_use_skintone"])
color = SKINTONE2HEX(H.skin_tone)
else
color = "[D.features["belly_color"]]"
size = "[D.features["belly_size"]]"
color = "#[D.features["belly_color"]]"
size = D.features["belly_size"]
toggle_visibility(D.features["belly_visibility"], FALSE)