Merge pull request #5 from Alphas00/master

Belly organ fix
This commit is contained in:
sheepishgoat
2024-10-12 15:29:23 -04:00
committed by GitHub
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)