diff --git a/Resources/Changelog/Parts/table_construction.yml b/Resources/Changelog/Parts/table_construction.yml new file mode 100644 index 0000000000..3954ce797c --- /dev/null +++ b/Resources/Changelog/Parts/table_construction.yml @@ -0,0 +1,4 @@ +author: Zumorica +changes: + - type: Fix + message: Fixes wood table and poker table constructions having the wrong material. diff --git a/Resources/Changelog/Parts/torch_crafting.yml b/Resources/Changelog/Parts/torch_crafting.yml new file mode 100644 index 0000000000..62d1aa84af --- /dev/null +++ b/Resources/Changelog/Parts/torch_crafting.yml @@ -0,0 +1,4 @@ +author: Zumorica +changes: + - type: Fix + message: Fixes torch crafting recipe having incorrect materials. diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/tables.yml b/Resources/Prototypes/Recipes/Construction/Graphs/tables.yml index 93499d9fcb..9e3c126ae7 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/tables.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/tables.yml @@ -49,7 +49,7 @@ - to: WoodTable steps: - - material: Wood + - material: WoodPlank amount: 1 doAfter: 1 @@ -75,7 +75,7 @@ edges: - to: PokerTable steps: - - material: Wood + - material: WoodPlank amount: 1 doAfter: 1 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/torch.yml b/Resources/Prototypes/Recipes/Construction/Graphs/torch.yml index cadb800cde..1f5f049df1 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/torch.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/torch.yml @@ -6,7 +6,7 @@ edges: - to: torch steps: - - material: Wood + - material: WoodPlank amount: 2 doAfter: 2 - node: torch diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml index 184d85a8fa..41492f4002 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml @@ -7,10 +7,6 @@ - to: steeltile steps: - material: Steel - icon: - sprite: Objects/Materials/Sheets/metal.rsi - state: steel - name: steel sheet amount: 1 - node: steeltile entity: FloorTileItemSteel @@ -25,9 +21,5 @@ steps: # Needs StackType ID - material: WoodPlank - icon: - sprite: Objects/Materials/materials.rsi - state: wood - name: wood - node: woodtile entity: FloorTileItemWood