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 1878bd7061c..5a88782ba34 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 @@ -88,9 +88,3 @@ desc = "Someone thought it'd be hilarious to eat the snack wrappings too instead of having to look for a bin or just littering like an animal." cost = 0 var_changes = list("trashcan" = 1) - -/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 = 1 - var_changes = list("flags" = NO_MINOR_CUT) //Checked the flag is only used by shard stepping. diff --git a/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm b/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm index f2f1873a54d..b7800c67786 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm @@ -125,3 +125,9 @@ desc = "Allows you to fly by using your wings." cost = 2 //Some in game value. var_changes = list("can_fly" = 1) + +/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 = 1 + var_changes = list("flags" = NO_MINOR_CUT) //Checked the flag is only used by shard stepping.