Merge pull request #746 from ArchieBeepBoop/basement

Fixes everyone looking like a basement dweller (Pale Skin)
This commit is contained in:
Dahlular
2020-12-06 13:34:49 -07:00
committed by GitHub
@@ -128,7 +128,7 @@
/mob/living/carbon/human/ShowAsPaleExamine()
// Check for albino, as per human/examine.dm's check.
if(skin_tone == "albino")
if(dna.species.use_skintones && skin_tone == "albino")
return TRUE
return ..() // Return vamp check