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.