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 5d12aeb8de..74da59b887 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 @@ -123,5 +123,5 @@ /datum/trait/winged_flight name = "Winged Flight" desc = "Allows you to fly by using your wings." - cost = 1 //Minor in game value. - var_changes = list("can_fly" = 1) \ No newline at end of file + cost = 2 //Some in game value. + var_changes = list("can_fly" = 1)