From d8177969dbb5d66841162291fb6db96eb2f6aacc Mon Sep 17 00:00:00 2001 From: Markolie Date: Sun, 23 Aug 2015 20:13:50 +0200 Subject: [PATCH] IPC damage update --- code/modules/mob/living/carbon/human/species/station.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index 908e3f4566e..b59efdda468 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -452,8 +452,8 @@ unarmed_type = /datum/unarmed_attack/punch eyes = "blank_eyes" - brute_mod = 1.5 - burn_mod = 1.5 + brute_mod = 2.5 // 100% * 2.5 * 0.6 (robolimbs) ~= 150% + burn_mod = 2.5 // So they take 50% extra damage from brute/burn overall. cold_level_1 = 50 cold_level_2 = -1