Adjust traceur, taj, and teshari agility to 90

This commit is contained in:
Aronai Sieyes
2020-04-01 15:25:17 -04:00
parent d3fae0b1d1
commit 9b1db53bd2
2 changed files with 4 additions and 4 deletions
@@ -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,
@@ -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)
var_changes = list("agility" = 90)