From 4005775b98a932f68ca940cbf6838f36ef0b340e Mon Sep 17 00:00:00 2001 From: KageIIte Date: Mon, 1 Jul 2024 10:32:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B8=D1=81=D1=82=D0=BA=D0=B0=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D1=85=20=D0=BC=D0=B5=D0=B4=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=D0=BC=D0=B5=D0=BD=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../code/new_chemicals/organ_chemicals.dm | 36 ------------------- .../code/new_chemicals/unique_chemicals.dm | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) diff --git a/modular_bandastation/medical/code/new_chemicals/organ_chemicals.dm b/modular_bandastation/medical/code/new_chemicals/organ_chemicals.dm index 63e56b5e920b8..600c9c7db4074 100644 --- a/modular_bandastation/medical/code/new_chemicals/organ_chemicals.dm +++ b/modular_bandastation/medical/code/new_chemicals/organ_chemicals.dm @@ -67,39 +67,3 @@ results = list(/datum/reagent/medicine/cryodrit_base/ = 5) required_reagents = list(/datum/reagent/medicine/omnidrite = 3, /datum/reagent/medicine/cryoxadone = 2, /datum/reagent/acetone = 1, /datum/reagent/water = 1, /datum/reagent/medicine/calomel = 1) reaction_tags = REACTION_TAG_EASY | REACTION_TAG_HEALING | REACTION_TAG_PLANT | REACTION_TAG_BRUTE |REACTION_TAG_BURN | REACTION_TAG_TOXIN | REACTION_TAG_OXY - -//Окуликcадонорит - глаза - -/datum/reagent/medicine/cryodrit_base/oculixadonorit - name = "Oculixadonorit" - description = "Used to heal eyes in cold enviroment. Optimal temperature for best result is 103K" - organ = ORGAN_SLOT_EYES - -/datum/chemical_reaction/medicine/oculixadonorit - results = list(/datum/reagent/medicine/cryodrit_base/ = 5) - required_reagents = list(/datum/reagent/medicine/omnidrite = 3, /datum/reagent/medicine/cryoxadone = 2, /datum/reagent/acetone = 1, /datum/reagent/water = 1, /datum/reagent/medicine/oculine = 1) - reaction_tags = REACTION_TAG_EASY | REACTION_TAG_HEALING | REACTION_TAG_PLANT | REACTION_TAG_BRUTE |REACTION_TAG_BURN | REACTION_TAG_TOXIN | REACTION_TAG_OXY - -//Инакуcадонорит - уши - -/datum/reagent/medicine/cryodrit_base/inacuxadonorit - name = "Inacuxadonorit" - description = "Used to heal ears in cold enviroment. Optimal temperature for best result is 103K" - organ = ORGAN_SLOT_EARS - -/datum/chemical_reaction/medicine/inacuxadonorit - results = list(/datum/reagent/medicine/cryodrit_base/ = 5) - required_reagents = list(/datum/reagent/medicine/omnidrite = 3, /datum/reagent/medicine/cryoxadone = 2, /datum/reagent/acetone = 1, /datum/reagent/water = 1, /datum/reagent/medicine/inacusiate = 1) - reaction_tags = REACTION_TAG_EASY | REACTION_TAG_HEALING | REACTION_TAG_PLANT | REACTION_TAG_BRUTE |REACTION_TAG_BURN | REACTION_TAG_TOXIN | REACTION_TAG_OXY - -//Манникcадонорит - мозг - -/datum/reagent/medicine/cryodrit_base/mannixadonorit - name = "Mannixadonorit" - description = "Used to heal mannitol in cold enviroment. Optimal temperature for best result is 103K" - organ = ORGAN_SLOT_BRAIN - -/datum/chemical_reaction/medicine/mannixadonorit - results = list(/datum/reagent/medicine/cryodrit_base/ = 5) - required_reagents = list(/datum/reagent/medicine/omnidrite = 3, /datum/reagent/medicine/cryoxadone = 2, /datum/reagent/acetone = 1, /datum/reagent/water = 1, /datum/reagent/medicine/mannitol = 1) - reaction_tags = REACTION_TAG_EASY | REACTION_TAG_HEALING | REACTION_TAG_PLANT | REACTION_TAG_BRUTE |REACTION_TAG_BURN | REACTION_TAG_TOXIN | REACTION_TAG_OXY diff --git a/modular_bandastation/medical/code/new_chemicals/unique_chemicals.dm b/modular_bandastation/medical/code/new_chemicals/unique_chemicals.dm index b96af4792c794..dabd31db10a2b 100644 --- a/modular_bandastation/medical/code/new_chemicals/unique_chemicals.dm +++ b/modular_bandastation/medical/code/new_chemicals/unique_chemicals.dm @@ -55,7 +55,7 @@ color = "#813d8f" metabolization_rate = 0.5 * REAGENTS_METABOLISM overdose_threshold = 30 - ph = 5.4 + ph = 4.1 chemical_flags = REAGENT_CAN_BE_SYNTHESIZED inverse_chem_val = 0.5 inverse_chem = /datum/reagent/medicine/spaceacillin