mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-14 01:19:04 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user