mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-29 11:41:14 +00:00
Wryn removal v2 (#19112)
* Removes Wryn * and the sprites * Fixes Co-authored-by: Fox McCloud <Fox-McCloud@users.noreply.github.com>
This commit is contained in:
@@ -137,18 +137,18 @@
|
||||
if("age")
|
||||
active_character.age = rand(AGE_MIN, AGE_MAX)
|
||||
if("hair")
|
||||
if(active_character.species in list("Human", "Unathi", "Tajaran", "Skrell", "Machine", "Wryn", "Vulpkanin", "Vox"))
|
||||
if(active_character.species in list("Human", "Unathi", "Tajaran", "Skrell", "Machine", "Vulpkanin", "Vox"))
|
||||
active_character.h_colour = rand_hex_color()
|
||||
if("secondary_hair")
|
||||
if(active_character.species in list("Human", "Unathi", "Tajaran", "Skrell", "Machine", "Wryn", "Vulpkanin", "Vox"))
|
||||
if(active_character.species in list("Human", "Unathi", "Tajaran", "Skrell", "Machine", "Vulpkanin", "Vox"))
|
||||
active_character.h_sec_colour = rand_hex_color()
|
||||
if("h_style")
|
||||
active_character.h_style = random_hair_style(active_character.gender, active_character.species, robohead)
|
||||
if("facial")
|
||||
if(active_character.species in list("Human", "Unathi", "Tajaran", "Skrell", "Machine", "Wryn", "Vulpkanin", "Vox"))
|
||||
if(active_character.species in list("Human", "Unathi", "Tajaran", "Skrell", "Machine", "Vulpkanin", "Vox"))
|
||||
active_character.f_colour = rand_hex_color()
|
||||
if("secondary_facial")
|
||||
if(active_character.species in list("Human", "Unathi", "Tajaran", "Skrell", "Machine", "Wryn", "Vulpkanin", "Vox"))
|
||||
if(active_character.species in list("Human", "Unathi", "Tajaran", "Skrell", "Machine", "Vulpkanin", "Vox"))
|
||||
active_character.f_sec_colour = rand_hex_color()
|
||||
if("f_style")
|
||||
active_character.f_style = random_facial_hair_style(active_character.gender, active_character.species, robohead)
|
||||
|
||||
Reference in New Issue
Block a user