From 2c5ac3d4dbaf63e9efada8fe5198bbfccf7ceb7a Mon Sep 17 00:00:00 2001 From: gear-space <5091297+gear-space@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:43:46 -0500 Subject: [PATCH] Revert "Un-nerfs Kepori (#3482)" This reverts commit de5b708b3073da18a179bf3594d972d61efd23c7. --- .../modules/mob/living/carbon/human/species_types/kepori.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species_types/kepori.dm b/code/modules/mob/living/carbon/human/species_types/kepori.dm index b9f021cb5cb8..3b82fc69becf 100644 --- a/code/modules/mob/living/carbon/human/species_types/kepori.dm +++ b/code/modules/mob/living/carbon/human/species_types/kepori.dm @@ -18,9 +18,9 @@ species_eye_path = 'icons/mob/species/kepori/kepori_eyes.dmi' heatmod = 0.67 coldmod = 1.5 - // brutemod = 1.5 - // burnmod = 1.5 - speedmod = -0.10 + brutemod = 1.5 + burnmod = 1.5 + speedmod = -0.25 bodytemp_normal = HUMAN_BODYTEMP_NORMAL + 30 bodytemp_heat_damage_limit = HUMAN_BODYTEMP_HEAT_DAMAGE_LIMIT + 30 bodytemp_cold_damage_limit = HUMAN_BODYTEMP_COLD_DAMAGE_LIMIT + 30