Fixes some skrell things. (#5725)

-fixes some of the skrell head-tail accessories that were missing sprites or bugged
-fixes skrell being bald at the character preview and when spawned by admins
This commit is contained in:
Alberyk
2018-12-11 08:10:59 -02:00
committed by Erki
parent 2342f48745
commit 655bb85784
3 changed files with 2 additions and 7 deletions

View File

@@ -250,16 +250,11 @@
inherent_verbs = list(/mob/living/carbon/human/proc/commune)
default_h_style = "Skrell Short Tentacles"
/datum/species/skrell/can_breathe_water()
return TRUE
/datum/species/skrell/set_default_hair(var/mob/living/carbon/human/H)
if(H.gender == MALE)
H.h_style = "Skrell Male Tentacles"
else
H.h_style = "Skrell Female Tentacles"
H.update_hair()
/datum/species/diona
name = "Diona"
short_name = "dio"