mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 03:21:30 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user