From 663e77d0fc279132a7ef63b349a7af5b96a88bbd Mon Sep 17 00:00:00 2001 From: Fluff Date: Wed, 24 May 2023 20:16:19 -0400 Subject: [PATCH] Wait 1.5 might be too much 1.5 might be too much --- .../mob/living/carbon/human/species/station/station_ch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9f217290aa..7b7ae131da 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,7 +6,7 @@ //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.5 + chem_strength_heal = 1.3 chemOD_threshold = 0.5 brute_mod = 1.1 burn_mod = 0.9