diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index d4af9e435b..f4fb688097 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -260,7 +260,7 @@ inherent_verbs = list(/mob/living/proc/shred_limb, /mob/living/carbon/human/proc/lick_wounds) heat_discomfort_level = 295 //Prevents heat discomfort spam at 20c wikilink="https://wiki.vore-station.net/Tajaran" - agility = 80 + agility = 90 /datum/species/skrell spawn_flags = SPECIES_CAN_JOIN @@ -305,7 +305,7 @@ gluttonous = 0 descriptors = list() wikilink="https://wiki.vore-station.net/Teshari" - agility = 80 + agility = 90 inherent_verbs = list( /mob/living/carbon/human/proc/sonar_ping, 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 8868709df9..3a1e50dee6 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 @@ -121,6 +121,6 @@ /datum/trait/traceur name = "Traceur" - desc = "You're capable of parkour and can *flip over low objects." + desc = "You're capable of parkour and can *flip over low objects (most of the time)." cost = 2 - var_changes = list("agility" = 100) \ No newline at end of file + var_changes = list("agility" = 90) \ No newline at end of file