auto hide belly option at round start.

auto hide belly option at round start.
This commit is contained in:
QuoteFox
2021-01-28 20:56:32 +00:00
parent de88764136
commit 6c32fd97b7
6 changed files with 18 additions and 6 deletions
@@ -231,6 +231,11 @@
B.color = "#[dna.features["belly_color"]]"
B.update()
if(dna.features["hide_belly"]) //autohide bellies if they have the option ticked.
B.toggle_visibility("Always hidden")
/mob/living/carbon/human/proc/give_breasts()
if(!dna)
return FALSE
@@ -89,6 +89,7 @@
//belly
WRITE_FILE(S["feature_has_belly"], features["has_belly"])
WRITE_FILE(S["feature_belly_color"], features["belly_color"])
WRITE_FILE(S["feature_hide_belly"], features["hide_belly"])
//gear loadout
if(islist(chosen_gear))