From cde532bfa4cc04b454967ade5cddd45e0cb7326a Mon Sep 17 00:00:00 2001 From: Boaz1111 <149967078+Boaz1111@users.noreply.github.com> Date: Mon, 25 Dec 2023 23:33:20 +0100 Subject: [PATCH] fixed the sulfacid issue, made some more chems use the industrial chems (#22981) --- Resources/Prototypes/Recipes/Reactions/chemicals.yml | 1 + Resources/Prototypes/Recipes/Reactions/cleaning.yml | 4 ++-- Resources/Prototypes/Recipes/Reactions/medicine.yml | 10 ++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Recipes/Reactions/chemicals.yml b/Resources/Prototypes/Recipes/Reactions/chemicals.yml index 1fed7a2894..b2fb6a8752 100644 --- a/Resources/Prototypes/Recipes/Reactions/chemicals.yml +++ b/Resources/Prototypes/Recipes/Reactions/chemicals.yml @@ -435,6 +435,7 @@ - type: reaction minTemp: 310 id: Hydroxide + priority: -1 #needs to be here due to how sulfuric acid reaction words reactants: Oxygen: amount: 1 diff --git a/Resources/Prototypes/Recipes/Reactions/cleaning.yml b/Resources/Prototypes/Recipes/Reactions/cleaning.yml index b8cda27a8b..df6b8f4315 100644 --- a/Resources/Prototypes/Recipes/Reactions/cleaning.yml +++ b/Resources/Prototypes/Recipes/Reactions/cleaning.yml @@ -5,7 +5,7 @@ amount: 2 SpaceCleaner: amount: 2 - Oxygen: + SodiumHydroxide: amount: 1 products: Bleach: 5 @@ -36,7 +36,7 @@ reactants: Water: amount: 1 - Silicon: + Fersilicite: amount: 1 Oxygen: amount: 1 diff --git a/Resources/Prototypes/Recipes/Reactions/medicine.yml b/Resources/Prototypes/Recipes/Reactions/medicine.yml index dfc3d661f0..fbc1ad52d8 100644 --- a/Resources/Prototypes/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/Recipes/Reactions/medicine.yml @@ -184,10 +184,10 @@ - type: reaction id: Leporazine reactants: - Silicon: - amount: 1 Copper: amount: 1 + Fersilicite: + amount: 1 Plasma: amount: 1 catalyst: true @@ -376,6 +376,8 @@ reactants: SodiumCarbonate: amount: 1 + SodiumHydroxide: + amount: 1 Kelotane: amount: 1 Water: @@ -402,7 +404,7 @@ reactants: Bicaridine: # Bicaridine is a conflicting brute medication and if mixed incorrectly will make Razorium. This is intended. amount: 1 - Water: + Benzene: amount: 1 products: Lacerinol: 2 @@ -414,7 +416,7 @@ reactants: Bicaridine: # Bicaridine is a conflicting brute medication and if mixed incorrectly will make Razorium. This is intended. amount: 1 - Carbon: + Hydroxide: amount: 1 products: Puncturase: 2 -- 2.51.2