mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 19:39:53 +01:00
auto hide belly option at round start.
auto hide belly option at round start.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user