Apply suggestions from code review

Co-authored-by: sheepishgoat <100518708+sheepishgoat@users.noreply.github.com>
This commit is contained in:
AlManiak
2024-09-19 22:33:32 +02:00
committed by GitHub
parent cb97148d97
commit 4e11595ae6
3 changed files with 4 additions and 4 deletions
@@ -477,10 +477,7 @@
// Change belly sprite and size based on current fullness
switch(H.fullness)
if(0 to FULLNESS_LEVEL_BLOATED)
genital_overlay.icon = 'hyperstation/icons/obj/genitals/belly.dmi'
genital_overlay.icon_state = "belly_[size]"
genital_overlay.layer = -UNDER_BACK_LAYER
colourcode = "belly_color"
if(FULLNESS_LEVEL_BLOATED to FULLNESS_LEVEL_BEEG)
genital_overlay.icon = 'hyperstation/icons/obj/genitals/belly_stuffed.dmi'
genital_overlay.icon_state = "belly_[size]"