mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Tail Overhaul 2 (#15577)
* Tail Styles * sql migration * finishing touches * cl * accidentally left this in * credit spriter * animated cloth * cl fix * update migration * updated SQL & changelog, merge conflicts resolved * adds checks for species type in standard.dm * the above but better * Applies Suggestions --------- Co-authored-by: Geeves <ggrobler447@gmail.com> Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
Geeves
Werner
SleepyGemmy
parent
87beb2d6eb
commit
ac20badaa0
@@ -16,6 +16,7 @@
|
||||
if(current_species.appearance_flags & HAS_SKIN_COLOR)
|
||||
randomize_skin_color(current_species)
|
||||
|
||||
tail_style = length(current_species.selectable_tails) ? pick(current_species.selectable_tails) : null
|
||||
h_style = random_hair_style(gender, species)
|
||||
f_style = random_facial_hair_style(gender, species)
|
||||
randomize_hair_color("hair")
|
||||
|
||||
Reference in New Issue
Block a user