mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
Adds set default tail (#15760)
This commit is contained in:
@@ -1478,6 +1478,8 @@
|
||||
if(change_hair)
|
||||
species.set_default_hair(src)
|
||||
|
||||
species.set_default_tail(src)
|
||||
|
||||
if(species)
|
||||
return 1
|
||||
else
|
||||
|
||||
@@ -710,6 +710,9 @@
|
||||
H.g_style = H.species.default_g_style
|
||||
H.update_hair()
|
||||
|
||||
/datum/species/proc/set_default_tail(var/mob/living/carbon/human/H)
|
||||
H.set_tail_style(H.species.tail)
|
||||
|
||||
/datum/species/proc/get_species_tally(var/mob/living/carbon/human/H)
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user