From 27103c4f2b6b521375c973129b4e57222fdb852c Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Sat, 29 Sep 2018 20:11:18 -0700 Subject: [PATCH] Corrects the comment for IPC damage Now the comment reflects the actual numbers --- code/modules/mob/living/carbon/human/species/machine.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/machine.dm b/code/modules/mob/living/carbon/human/species/machine.dm index a27f7fee103..19af6cee849 100644 --- a/code/modules/mob/living/carbon/human/species/machine.dm +++ b/code/modules/mob/living/carbon/human/species/machine.dm @@ -15,8 +15,8 @@ skinned_type = /obj/item/stack/sheet/metal // Let's grind up IPCs for station resources! eyes = "blank_eyes" - 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. + brute_mod = 2.5 // 100% * 2.5 * 0.66 (robolimbs) = 165% + burn_mod = 2.5 // So they take 65% extra damage from brute/burn overall. tox_mod = 0 clone_mod = 0 oxy_mod = 0