From b92f5dc533621c854ae9f6438a9a24d4cd695d3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C4=81da?= Date: Mon, 20 Oct 2025 03:21:46 -0500 Subject: [PATCH] Consistency fix for soap making (#40998) soap Co-authored-by: iaada --- Resources/Prototypes/Recipes/Reactions/soap.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Recipes/Reactions/soap.yml b/Resources/Prototypes/Recipes/Reactions/soap.yml index 6fddf1e479..0a1b2e4ad6 100644 --- a/Resources/Prototypes/Recipes/Reactions/soap.yml +++ b/Resources/Prototypes/Recipes/Reactions/soap.yml @@ -2,7 +2,8 @@ id: CreateSoapRegular impact: Low quantized: true - minTemp: 383 # Water boiling point + 10 Kelvin. We are boiling it + minTemp: 373 # Water boiling point. We are boiling it + priority: -1 # Ensures that the more complicated soaps get made instead reactants: Oil: amount: 10 @@ -18,7 +19,7 @@ id: CreateSoapNT impact: Low quantized: true - minTemp: 373 # Water boiling point. We are boiling it too, but with higher priority! + minTemp: 373 reactants: Oil: amount: 15 -- 2.51.2