From 2e76eb8f5f555c8b68a50f6035e771c02e167075 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Thu, 1 Sep 2016 19:13:50 +0100 Subject: [PATCH] Makes diona slightly less slow --- code/modules/mob/living/carbon/human/species/station/station.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index 7c13fc239c..8a2311bc8c 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -190,7 +190,7 @@ language = "Rootspeak" unarmed_types = list(/datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, /datum/unarmed_attack/diona) //primitive_form = "Nymph" - slowdown = 7 + slowdown = 5 rarity_value = 3 hud_type = /datum/hud_data/diona siemens_coefficient = 0.3