diff --git a/modular_citadel/code/modules/arousal/organs/belly.dm b/modular_citadel/code/modules/arousal/organs/belly.dm index 87048121..f8132725 100644 --- a/modular_citadel/code/modules/arousal/organs/belly.dm +++ b/modular_citadel/code/modules/arousal/organs/belly.dm @@ -26,8 +26,8 @@ var/string if(owner) if(owner.dna.species.use_skintones && owner.dna.features["genitals_use_skintone"]) - if(ishuman(owner)) // Check before recasting type, although someone fucked up if you're not human AND have use_skintones somehow... - var/mob/living/carbon/human/H = owner // only human mobs have skin_tone, which we need. + if(ishuman(owner)) . + var/mob/living/carbon/human/H = owner color = "#[skintone2hex(H.skin_tone)]" else color = "#[owner.dna.features["belly_color"]]" @@ -39,9 +39,3 @@ icon_state = sanitize_text(string) -//Allows breasts to grow and change size, with sprite changes too. -//maximum wah -//Comical sizes slow you down in movement and actions. -//Rediculous sizes makes you more cumbersome. -//this is far too lewd wah -