From 6d797a74a77c42616615b2cb17bed507d3cb0224 Mon Sep 17 00:00:00 2001 From: Regen Date: Mon, 17 Mar 2014 17:44:04 +0100 Subject: [PATCH] First nerf of Cryo goonpower + Dionea nerf Worked with Neca, he wanted some things changed, Nerfed dionea's regeneration by removing their ability to regenerate from toxin damage, making plant-b-gone even more effective. Cryokinesis was nerfed due to its ability to ensure death to anyone who does not have access to medical treatment. --- code/game/dna/genes/goon_powers.dm | 4 ++-- code/modules/mob/living/carbon/human/life.dm | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/code/game/dna/genes/goon_powers.dm b/code/game/dna/genes/goon_powers.dm index 910e12eccd1..f162789c96c 100644 --- a/code/game/dna/genes/goon_powers.dm +++ b/code/game/dna/genes/goon_powers.dm @@ -122,7 +122,7 @@ panel = "Mutant Powers" charge_type = "recharge" - charge_max = 600 + charge_max = 1200 clothes_req = 0 stat_allowed = 0 @@ -144,7 +144,7 @@ usr << "\red This will only work on normal organic beings." return - C.bodytemperature = -1500 + C.bodytemperature = -300 C.ExtinguishMob() C.visible_message("\red A cloud of fine ice crystals engulfs [C]!") diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 30db4e6ac76..6fa531907c8 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -957,7 +957,6 @@ nutrition = 500 if(light_amount >= 5) //if there's enough light, heal adjustBruteLoss(-(light_amount)) - adjustToxLoss(-(light_amount)) adjustOxyLoss(-(light_amount)) //TODO: heal wounds, heal broken limbs.