Skip to content

Commit

Permalink
Update wryn.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
oi98 authored Nov 18, 2024
1 parent 47b5f80 commit f9fbe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/species/wryn.dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
else
var/obj/item/organ/external/head/head_organ = H.get_organ(BODY_ZONE_HEAD)
if(head_organ.h_style == "Bald")
head_organ.h_style = random_hair_style(gender = H.gender, species = H.dna.species.name, H = H) // проверка: лысый - даётся рандомная прическа -
head_organ.h_style = random_hair_style(gender = H.gender, species = H.dna.species.name, H = H)
H.update_hair()

/* Wryn Sting Action Begin */
Expand Down

0 comments on commit f9fbe2a

Please sign in to comment.