diff --git a/Resources/Changelog/Parts/screwing.yml b/Resources/Changelog/Parts/screwing.yml new file mode 100644 index 0000000000..7e3a06418b --- /dev/null +++ b/Resources/Changelog/Parts/screwing.yml @@ -0,0 +1,4 @@ +author: mirrorcult +changes: +- type: Fix # One of the following: Add, Remove, Tweak, Fix + message: Deconstructing crates now requires a screwdriver again. diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml index 901e6c9063..689382908a 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/crategenericsteel.yml @@ -16,7 +16,7 @@ edges: - to: start steps: - - tool: Welding + - tool: Screwing doAfter: 5 conditions: - !type:StorageWelded diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml index b194ea550f..0ac6888f17 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml @@ -16,7 +16,7 @@ edges: - to: start steps: - - tool: Welding + - tool: Screwing doAfter: 5 conditions: - !type:StorageWelded