]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Consistency fix for soap making (#40998)
authorāda <ss.adasts@gmail.com>
Mon, 20 Oct 2025 08:21:46 +0000 (03:21 -0500)
committerGitHub <noreply@github.com>
Mon, 20 Oct 2025 08:21:46 +0000 (08:21 +0000)
soap

Co-authored-by: iaada <iaada@users.noreply.github.com>
Resources/Prototypes/Recipes/Reactions/soap.yml

index 6fddf1e479ac2a063f36a03ef9ed83b9a8e9ac53..0a1b2e4ad627559a90561a8d5ea4d28ffdf1a4ff 100644 (file)
@@ -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