Fix hiding butt

Should allow players to properly hide and reveal the new anus organ by bringing it in line with belly code.
This commit is contained in:
haha26
2021-08-03 20:22:32 -04:00
parent b35f675d99
commit 0a5cca9d33
6 changed files with 34 additions and 8 deletions
@@ -10,6 +10,7 @@
var/statuscheck = FALSE
shape = "round"
masturbation_verb = "massage"
can_masturbate_with = FALSE
can_climax = FALSE
var/sent_full_message = TRUE //defaults to 1 since they're full to start
var/inflatable = FALSE //For inflation connoisseurs
@@ -258,8 +258,6 @@
A.color = "#[skintone2hex(skin_tone)]"
A.update()
/mob/living/carbon/human/proc/give_breasts()
if(!dna)
return FALSE
@@ -504,7 +502,8 @@
genital_overlay.color = "#[H.dna.features["vag_color"]]"
if("belly_color")
genital_overlay.color = "#[H.dna.features["belly_color"]]"
if("butt_color")
genital_overlay.color = "#[H.dna.features["butt_color"]]"
standing += genital_overlay