From 87def445c309a66ce568fe5dfa89bbb81d5f3235 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Mon, 25 Jan 2021 18:36:20 +0000 Subject: [PATCH] comment clean up. comment clean up. --- modular_citadel/code/modules/arousal/organs/belly.dm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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 -