Skip to content

Commit

Permalink
Reinforced glass reacting fix (space-wizards#24135)
Browse files Browse the repository at this point in the history
* takeitouttakeitout

* Delete error.glsl

---------

Co-authored-by: Nemanja <[email protected]>
  • Loading branch information
Boaz1111 and EmoGarbage404 authored Jan 16, 2024
1 parent 0a1b3ba commit 24aeec2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: SolutionContainerManager
solutions:
glass:
canReact: false

- type: entity
parent: SheetGlassBase
Expand Down Expand Up @@ -192,7 +196,7 @@
Quantity: 4.5
- ReagentId: Carbon
Quantity: 0.5

canReact: false
- type: entity
parent: SheetGlassBase
id: SheetPGlass
Expand Down Expand Up @@ -266,6 +270,7 @@
Quantity: 10
- ReagentId: Plasma
Quantity: 10
canReact: false

- type: entity
parent: SheetPGlass
Expand Down Expand Up @@ -308,6 +313,7 @@
Quantity: 4.5
- ReagentId: Carbon
Quantity: 0.5
canReact: false

- type: entity
parent: SheetRPGlass
Expand Down Expand Up @@ -382,6 +388,7 @@
Quantity: 10
- ReagentId: Uranium
Quantity: 10
canReact: false

- type: entity
parent: SheetUGlass
Expand Down Expand Up @@ -435,6 +442,8 @@
Quantity: 4.5
- ReagentId: Carbon
Quantity: 0.5
canReact: false

- type: entity
parent: SheetRUGlass
id: SheetRUGlass1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: SolutionContainerManager
solutions:
steel:
canReact: false

- type: entity
parent: SheetMetalBase
Expand Down Expand Up @@ -137,6 +141,7 @@
Quantity: 9
- ReagentId: Carbon
Quantity: 1
canReact: false

- type: entity
parent: SheetPlasteel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: SolutionContainerManager
solutions:
paper:
canReact: false

- type: entity
parent: SheetOtherBase
Expand Down Expand Up @@ -103,6 +107,7 @@
reagents:
- ReagentId: Plasma
Quantity: 10
canReact: false
- type: Tag
tags:
- Sheet
Expand Down Expand Up @@ -158,6 +163,7 @@
Quantity: 5
- ReagentId: Phosphorus
Quantity: 5
canReact: false

- type: entity
parent: SheetPlastic
Expand Down Expand Up @@ -219,6 +225,7 @@
Quantity: 8
- ReagentId: Radium
Quantity: 2
canReact: false

- type: entity
parent: SheetUranium
Expand Down Expand Up @@ -268,6 +275,7 @@
Quantity: 7
- ReagentId: Fat
Quantity: 3
canReact: false

- type: entity
parent: MaterialSheetMeat
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Recipes/Reactions/chemicals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@
SodiumHydroxide: 2

- type: reaction
minTemp: 310
id: Fersilicite
reactants:
Iron:
Expand Down

0 comments on commit 24aeec2

Please sign in to comment.