Fixes species without hair losing their hairstyle to radiation (#15501)

* Hairloss V1

* Unathi revert
This commit is contained in:
SabreML
2021-03-30 11:51:16 +01:00
committed by GitHub
parent c6b907e3e2
commit 504aba7ce0
16 changed files with 22 additions and 17 deletions
@@ -31,6 +31,8 @@ BONUS
to_chat(M, "<span class='warning'>[pick("Your scalp itches.", "Your skin feels flakey.")]</span>")
if(istype(M, /mob/living/carbon/human))
var/mob/living/carbon/human/H = M
if(NO_HAIR in H.dna.species.species_traits)
return // Hair can't fall out if you don't have any
var/obj/item/organ/external/head/head_organ = H.get_organ("head")
switch(A.stage)
if(3, 4)