From c38b03a06b15878d1fb5775bf8e9d9a7a9b1c740 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Fri, 10 Mar 2023 19:29:34 -0700 Subject: [PATCH 1/2] Restore old brute and burn damages to proteans Brute mod from 1 to 0.8 Burn mod from 1 to 1.5 --- .../carbon/human/species/station/protean/protean_species.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_species.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_species.dm index 89ceae790c..5a9c295cb0 100644 --- a/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_species.dm +++ b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_species.dm @@ -41,6 +41,8 @@ //radiation_mod = 0 //Can't be assed with fandangling rad protections while blob formed/suited darksight = 10 siemens_coefficient = 2 + brute_mod = 0.8 + burn_mod = 1.5 emp_dmg_mod = 0.8 emp_sensitivity = EMP_BLIND | EMP_DEAFEN | EMP_BRUTE_DMG | EMP_BURN_DMG item_slowdown_mod = 1.5 //Gentle encouragement to let others wear you From 0cc406edc96da4721444e3bbf9bdae174dcceb93 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Fri, 10 Mar 2023 19:39:35 -0700 Subject: [PATCH 2/2] Restore old brute and burn damages to proteans Brute mod from 1 to 0.8 Burn mod from 1 to 1.5 --- .../species/station/protean/protean_organs.dm | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_organs.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_organs.dm index 379d488524..2c1f76ef83 100644 --- a/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_organs.dm +++ b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_organs.dm @@ -2,77 +2,77 @@ /obj/item/organ/external/chest/unbreakable/nano robotic = ORGAN_NANOFORM encased = FALSE - max_damage = 100 // <-- This is different from the rest + max_damage = 70 // <-- This is different from the rest min_broken_damage = 1000 vital = 1 model = "protean" /obj/item/organ/external/groin/unbreakable/nano robotic = ORGAN_NANOFORM encased = FALSE - max_damage = 100 + max_damage = 70 min_broken_damage = 1000 //Multiple vital = 0 model = "protean" /obj/item/organ/external/head/unbreakable/nano robotic = ORGAN_NANOFORM encased = FALSE - max_damage = 100 + max_damage = 70 min_broken_damage = 1000 //Inheritance vital = 0 model = "protean" /obj/item/organ/external/arm/unbreakable/nano robotic = ORGAN_NANOFORM encased = FALSE - max_damage = 65 + max_damage = 40 min_broken_damage = 1000 //Please vital = 0 model = "protean" /obj/item/organ/external/arm/right/unbreakable/nano robotic = ORGAN_NANOFORM encased = FALSE - max_damage = 65 + max_damage = 40 min_broken_damage = 1000 vital = 0 model = "protean" /obj/item/organ/external/leg/unbreakable/nano robotic = ORGAN_NANOFORM encased = FALSE - max_damage = 65 + max_damage = 40 min_broken_damage = 1000 vital = 0 model = "protean" /obj/item/organ/external/leg/right/unbreakable/nano robotic = ORGAN_NANOFORM encased = FALSE - max_damage = 65 + max_damage = 40 min_broken_damage = 1000 vital = 0 model = "protean" /obj/item/organ/external/hand/unbreakable/nano robotic = ORGAN_NANOFORM encased = FALSE - max_damage = 65 + max_damage = 40 min_broken_damage = 1000 vital = 0 model = "protean" /obj/item/organ/external/hand/right/unbreakable/nano robotic = ORGAN_NANOFORM encased = FALSE - max_damage = 65 + max_damage = 40 min_broken_damage = 1000 vital = 0 model = "protean" /obj/item/organ/external/foot/unbreakable/nano robotic = ORGAN_NANOFORM encased = FALSE - max_damage = 65 + max_damage = 40 min_broken_damage = 1000 vital = 0 model = "protean" /obj/item/organ/external/foot/right/unbreakable/nano robotic = ORGAN_NANOFORM encased = FALSE - max_damage = 65 + max_damage = 40 min_broken_damage = 1000 vital = 0 model = "protean" @@ -213,4 +213,4 @@ name = "Protean Reboot Programmer" desc = "A small, highly specialized programmer used to form the basis of a Protean swarm. A necessary component in reconstituting a Protean who has lost total body cohesion." icon = 'modular_chomp/icons/mob/species/protean/protean.dmi' - icon_state = "reboot" \ No newline at end of file + icon_state = "reboot"