From 984a9c1a1fd59a9dcc377bcb6ad5cadfe4ee6dbc Mon Sep 17 00:00:00 2001 From: Alphas00 <154434082+Alphas00@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:43:06 +0200 Subject: [PATCH] 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) --- GainStation13/code/modules/mob/living/belly.dm | 4 ++-- code/modules/client/preferences.dm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GainStation13/code/modules/mob/living/belly.dm b/GainStation13/code/modules/mob/living/belly.dm index 07c6fc1a68..796b0407d4 100644 --- a/GainStation13/code/modules/mob/living/belly.dm +++ b/GainStation13/code/modules/mob/living/belly.dm @@ -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) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 3341c28c9b..4d84e31f86 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -832,7 +832,6 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "Butt Visibility:[features["butt_visibility"]]" dat += "" dat += "" - dat += "" // GS13 EDIT BELLY START dat += APPEARANCE_CATEGORY_COLUMN dat += "