From 80828b85b8560cdba253cd476b91efe46b069601 Mon Sep 17 00:00:00 2001 From: Kara D Date: Thu, 3 Feb 2022 16:42:43 -0700 Subject: [PATCH] Change crate decon back to screwing --- Resources/Changelog/Parts/screwing.yml | 4 ++++ .../Recipes/Crafting/Graphs/storage/crategenericsteel.yml | 2 +- .../Recipes/Crafting/Graphs/storage/cratesecure.yml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 Resources/Changelog/Parts/screwing.yml 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