From 2daec6bdc23c770fb1bc8ee26bcc18243ff7eedf Mon Sep 17 00:00:00 2001 From: Verkister Date: Tue, 14 Nov 2017 00:58:04 +0200 Subject: [PATCH] Update neutral.dm --- .../living/carbon/human/species/station/traits_vr/neutral.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm b/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm index e3222388db0..1878bd7061c 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits_vr/neutral.dm @@ -92,5 +92,5 @@ /datum/trait/hardfeet name = "Hard Feet" desc = "Do you feel like your nice clawed, scaled, hooved, armored, or otherwise just hella calloused feet need more freedom without the fear of glass shards?" - cost = 0 - var_changes = list("flags" = NO_MINOR_CUT) //Checked the flag is only used by shard stepping. \ No newline at end of file + cost = 1 + var_changes = list("flags" = NO_MINOR_CUT) //Checked the flag is only used by shard stepping.