From 24aeec237354a9e6c0977a579ad960bd81054978 Mon Sep 17 00:00:00 2001 From: Boaz1111 <149967078+Boaz1111@users.noreply.github.com> Date: Tue, 16 Jan 2024 04:43:18 +0100 Subject: [PATCH] Reinforced glass reacting fix (#24135) * takeitouttakeitout * Delete error.glsl --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- .../Entities/Objects/Materials/Sheets/glass.yml | 11 ++++++++++- .../Entities/Objects/Materials/Sheets/metal.yml | 5 +++++ .../Entities/Objects/Materials/Sheets/other.yml | 8 ++++++++ Resources/Prototypes/Recipes/Reactions/chemicals.yml | 1 + 4 files changed, 24 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml index 6d622ff97c..dc98780792 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml @@ -45,6 +45,10 @@ max: 1 - !type:DoActsBehavior acts: [ "Destruction" ] + - type: SolutionContainerManager + solutions: + glass: + canReact: false - type: entity parent: SheetGlassBase @@ -192,7 +196,7 @@ Quantity: 4.5 - ReagentId: Carbon Quantity: 0.5 - + canReact: false - type: entity parent: SheetGlassBase id: SheetPGlass @@ -266,6 +270,7 @@ Quantity: 10 - ReagentId: Plasma Quantity: 10 + canReact: false - type: entity parent: SheetPGlass @@ -308,6 +313,7 @@ Quantity: 4.5 - ReagentId: Carbon Quantity: 0.5 + canReact: false - type: entity parent: SheetRPGlass @@ -382,6 +388,7 @@ Quantity: 10 - ReagentId: Uranium Quantity: 10 + canReact: false - type: entity parent: SheetUGlass @@ -435,6 +442,8 @@ Quantity: 4.5 - ReagentId: Carbon Quantity: 0.5 + canReact: false + - type: entity parent: SheetRUGlass id: SheetRUGlass1 diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml index 829a78326a..24b4544e56 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml @@ -27,6 +27,10 @@ behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] + - type: SolutionContainerManager + solutions: + steel: + canReact: false - type: entity parent: SheetMetalBase @@ -137,6 +141,7 @@ Quantity: 9 - ReagentId: Carbon Quantity: 1 + canReact: false - type: entity parent: SheetPlasteel diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml index 29bef20b7c..18590e98df 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml @@ -23,6 +23,10 @@ behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] + - type: SolutionContainerManager + solutions: + paper: + canReact: false - type: entity parent: SheetOtherBase @@ -103,6 +107,7 @@ reagents: - ReagentId: Plasma Quantity: 10 + canReact: false - type: Tag tags: - Sheet @@ -158,6 +163,7 @@ Quantity: 5 - ReagentId: Phosphorus Quantity: 5 + canReact: false - type: entity parent: SheetPlastic @@ -219,6 +225,7 @@ Quantity: 8 - ReagentId: Radium Quantity: 2 + canReact: false - type: entity parent: SheetUranium @@ -268,6 +275,7 @@ Quantity: 7 - ReagentId: Fat Quantity: 3 + canReact: false - type: entity parent: MaterialSheetMeat diff --git a/Resources/Prototypes/Recipes/Reactions/chemicals.yml b/Resources/Prototypes/Recipes/Reactions/chemicals.yml index df21e7bac3..537a792e85 100644 --- a/Resources/Prototypes/Recipes/Reactions/chemicals.yml +++ b/Resources/Prototypes/Recipes/Reactions/chemicals.yml @@ -457,6 +457,7 @@ SodiumHydroxide: 2 - type: reaction + minTemp: 310 id: Fersilicite reactants: Iron: -- 2.51.2