From 50e79579099cb773dd193f50dac6dbf240afc222 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Sat, 1 Jan 2022 18:59:50 +0100 Subject: [PATCH] no oxychem & tempchem processing well, one exception, pyrosium and cryostane still work as they have conditional effects that are more of a chemical reaction than impact on metabolism. --- .../reagents/chemistry/reagents/medicine_reagents.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm index 6732103e78..a47ac494bf 100644 --- a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm @@ -692,7 +692,6 @@ reagent_state = LIQUID color = "#00FFFF" metabolization_rate = 0.25 * REAGENTS_METABOLISM - chemical_flags = REAGENT_ALL_PROCESS pH = 2 /datum/reagent/medicine/salbutamol/on_mob_life(mob/living/carbon/M) @@ -709,7 +708,6 @@ reagent_state = LIQUID color = "#FF6464" metabolization_rate = 0.25 * REAGENTS_METABOLISM - chemical_flags = REAGENT_ALL_PROCESS pH = 11 /datum/reagent/medicine/perfluorodecalin/on_mob_life(mob/living/carbon/human/M) @@ -919,7 +917,6 @@ reagent_state = LIQUID color = "#000000" metabolization_rate = 0.25 * REAGENTS_METABOLISM - chemical_flags = REAGENT_ALL_PROCESS overdose_threshold = 35 pH = 12 value = REAGENT_VALUE_UNCOMMON @@ -950,7 +947,6 @@ reagent_state = LIQUID color = "#D2FFFA" metabolization_rate = 0.25 * REAGENTS_METABOLISM - chemical_flags = REAGENT_ALL_PROCESS overdose_threshold = 30 pH = 10.2 @@ -1202,7 +1198,6 @@ description = "Restores oxygen loss. Overdose causes it instead." reagent_state = LIQUID color = "#13d2f0" - chemical_flags = REAGENT_ALL_PROCESS overdose_threshold = 30 pH = 9.7 @@ -1266,7 +1261,6 @@ reagent_state = LIQUID pH = 8.5 color = "#5dc1f0" - chemical_flags = REAGENT_ALL_PROCESS /datum/reagent/medicine/inaprovaline/on_mob_life(mob/living/carbon/M) if(M.losebreath >= 5)