From cc31ca401276e6ca2d1dc77450d835d4f84f5e58 Mon Sep 17 00:00:00 2001 From: Fluff Date: Tue, 30 May 2023 11:00:23 -0400 Subject: [PATCH] Swapping Zorren suggestion Swapped chem buff to radiation resist --- .../mob/living/carbon/human/species/station/station_ch.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modular_chomp/code/modules/mob/living/carbon/human/species/station/station_ch.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/station_ch.dm index af52f255b8..21e1c1f04f 100644 --- a/modular_chomp/code/modules/mob/living/carbon/human/species/station/station_ch.dm +++ b/modular_chomp/code/modules/mob/living/carbon/human/species/station/station_ch.dm @@ -6,9 +6,8 @@ //So both of this are based off Fennec foxes I belivive. Those are desert critters, giving them more warm focused levels. And for variety giving them minor brute weakness and minor burn resistant //I also want to make a dig because fennec foxes actually make burrows and such, but I can't figure out how to do it in a way that is both flavorful but not abuseable /datum/species/hi_zoxxen //zorrens get wierd chemistry because of their past of expirementing on themselves. Check the cataloguer for deathclaws - chem_strength_heal = 1.3 - chemOD_threshold = 0.5 - chemOD_mod = 2 + chemOD_threshold = 0.75 + radiation_mod = 0.5 brute_mod = 1.1 burn_mod = 0.9