mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
New Race: Canine Race--Vulpkanin
This commit is contained in:
@@ -10,11 +10,11 @@ datum/preferences
|
||||
s_tone = random_skin_tone()
|
||||
h_style = random_hair_style(gender, species)
|
||||
f_style = random_facial_hair_style(gender, species)
|
||||
if(species == "Human" || species == "Unathi" || species == "Tajaran" || species == "Skrell" || species == "Machine")
|
||||
if(species == "Human" || species == "Unathi" || species == "Tajaran" || species == "Skrell" || species == "Machine" || species == "Vulpkanin")
|
||||
randomize_hair_color("hair")
|
||||
randomize_hair_color("facial")
|
||||
randomize_eyes_color()
|
||||
if(species == "Unathi" || species == "Tajaran" || species == "Skrell")
|
||||
if(species == "Unathi" || species == "Tajaran" || species == "Skrell" || species == "Vulpkanin")
|
||||
randomize_skin_color()
|
||||
underwear = rand(1,underwear_m.len)
|
||||
undershirt = rand(1,undershirt_t.len)
|
||||
|
||||
@@ -434,7 +434,7 @@
|
||||
name = "Shaved"
|
||||
icon_state = "bald"
|
||||
gender = NEUTER
|
||||
species_allowed = list("Human","Unathi","Tajaran","Skrell","Vox","Diona","Kidan","Greys","Machine")
|
||||
species_allowed = list("Human","Unathi","Tajaran","Skrell","Vox","Diona","Kidan","Greys","Machine", "Vulpkanin")
|
||||
|
||||
|
||||
watson
|
||||
@@ -659,6 +659,33 @@
|
||||
icon_state = "hair_messy"
|
||||
species_allowed = list("Tajaran")
|
||||
|
||||
//Vulpkanin
|
||||
|
||||
vulp_hair_none
|
||||
name = "None"
|
||||
icon_state = "bald"
|
||||
species_allowed = list("Vulpkanin")
|
||||
|
||||
vulp_hair_short
|
||||
name = "Kajam"
|
||||
icon_state = "kajam"
|
||||
species_allowed = list("Vulpkanin")
|
||||
|
||||
vulp_hair_long
|
||||
name = "Keid"
|
||||
icon_state = "keid"
|
||||
species_allowed = list("Vulpkanin")
|
||||
|
||||
vulp_hair_fluffy
|
||||
name = "Adhara"
|
||||
icon_state = "adhara"
|
||||
species_allowed = list("Vulpkanin")
|
||||
|
||||
vulp_hair_ponytail
|
||||
name = "Kleeia"
|
||||
icon_state = "kleeia"
|
||||
species_allowed = list("Vulpkanin")
|
||||
|
||||
vox_quills_short
|
||||
name = "Short Vox Quills"
|
||||
icon_state = "vox_shortquills"
|
||||
@@ -789,6 +816,12 @@
|
||||
icon = 'icons/mob/human_races/r_tajaran.dmi'
|
||||
species_allowed = list("Tajaran")
|
||||
|
||||
vulpkanin
|
||||
name = "Default Vulpkanin skin"
|
||||
icon_state = "default"
|
||||
icon = 'icons/mob/human_races/r_vulpkanin.dmi'
|
||||
species_allowed = list("Vulpkanin")
|
||||
|
||||
unathi
|
||||
name = "Default Unathi skin"
|
||||
icon_state = "default"
|
||||
|
||||
Reference in New Issue
Block a user