From 60e2186f192051ee791e0ef213fcc66697330a80 Mon Sep 17 00:00:00 2001 From: Sniblet <36427443+Sniblet@users.noreply.github.com> Date: Sat, 9 Jul 2022 17:49:26 -0400 Subject: [PATCH] me when deep rock galactic is a video game --- code/datums/mutations/body.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/datums/mutations/body.dm b/code/datums/mutations/body.dm index f8a4895721b8..7fd68c0d3fc8 100644 --- a/code/datums/mutations/body.dm +++ b/code/datums/mutations/body.dm @@ -105,10 +105,6 @@ H.facial_hair_style = "Beard (Dwarf)" H.update_hair() -/datum/mutation/human/dwarfism/on_life() - if(owner.facial_hair_style != "Beard (Dwarf)") - grow_beard(owner) - /datum/mutation/human/dwarfism/on_losing(mob/living/carbon/human/owner) if(..()) return