Unify style generators. (#31920)

* Unify hairstyle generators.

* Unify some body styling procs.

* Squash more duplicate logic.

* Change false value to define in link_processing.dm.

Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>
Signed-off-by: Alan <alfalfascout@users.noreply.github.com>

---------

Signed-off-by: Alan <alfalfascout@users.noreply.github.com>
Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>
This commit is contained in:
Alan
2026-05-07 05:02:06 +00:00
committed by GitHub
co-authored by JimKil3
parent d255626d4c
commit 0495f43b53
11 changed files with 104 additions and 259 deletions
+2 -2
View File
@@ -221,8 +221,8 @@ GLOBAL_VAR_INIT(deathsquad_sent, FALSE)
head_organ.sec_hair_colour = hair_c
new_commando.change_eye_color(eye_c)
new_commando.s_tone = skin_tone
head_organ.h_style = random_hair_style(new_commando.gender, head_organ.dna.species.name)
head_organ.f_style = random_facial_hair_style(new_commando.gender, head_organ.dna.species.name)
head_organ.h_style = random_hair_style(head_organ.dna.species.name)
head_organ.f_style = random_facial_hair_style(head_organ.dna.species.name)
new_commando.regenerate_icons()
new_commando.update_body()