From 9b1db53bd249f5391a6ce64f0a2e841038423cc1 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 1 Apr 2020 15:25:17 -0400 Subject: [PATCH] Adjust traceur, taj, and teshari agility to 90 --- .../mob/living/carbon/human/species/station/station_vr.dm | 4 ++-- .../living/carbon/human/species/station/traits_vr/positive.dm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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