From 46677d667c86c5ec9eb475a7e26b8f266194a32e Mon Sep 17 00:00:00 2001 From: MisterMovie <44909173+Accinator50@users.noreply.github.com> Date: Sat, 4 Mar 2023 16:26:52 +0100 Subject: [PATCH] Reduces heat damage for Drasks from 300% to 200%. (#20460) * Reduces heat damage of Drasks from 300% to 200%. * Update code/modules/mob/living/carbon/human/species/drask.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --- code/modules/mob/living/carbon/human/species/drask.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/drask.dm b/code/modules/mob/living/carbon/human/species/drask.dm index 8c3645e0cab..3cd01d0be95 100644 --- a/code/modules/mob/living/carbon/human/species/drask.dm +++ b/code/modules/mob/living/carbon/human/species/drask.dm @@ -45,7 +45,7 @@ heat_level_1 = 310 //Default 370 - Higher is better heat_level_2 = 340 //Default 400 heat_level_3 = 400 //Default 460 - heatmod = 3 // 4.5 * more damage from body temp + heatmod = 2 // 3 * more damage from body temp flesh_color = "#a3d4eb" reagent_tag = PROCESS_ORG