diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml index 0ac6888f17..f9875e4e2d 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml @@ -8,6 +8,8 @@ steps: - material: Steel amount: 5 + - material: Cable + amount: 2 doAfter: 5 @@ -19,13 +21,14 @@ - tool: Screwing doAfter: 5 conditions: - - !type:StorageWelded - welded: false - !type:Locked locked: false completed: - !type:SpawnPrototype prototype: SheetSteel1 amount: 5 + - !type:SpawnPrototype + prototype: CableApcStack1 + amount: 2 - !type:EmptyAllContainers - !type:DeleteEntity diff --git a/Resources/Prototypes/Recipes/Crafting/crates.yml b/Resources/Prototypes/Recipes/Crafting/crates.yml index c4980ed95d..4177b3fa2a 100644 --- a/Resources/Prototypes/Recipes/Crafting/crates.yml +++ b/Resources/Prototypes/Recipes/Crafting/crates.yml @@ -20,6 +20,17 @@ icon: { sprite: Structures/Storage/Crates/generic.rsi, state: icon } objectType: Structure +- type: construction + name: secure crate + id: CrateSecure + graph: CrateSecure + startNode: start + targetNode: cratesecure + category: construction-category-storage + description: A secure metal crate for storing things. Requires no special access, can be configured with an Access Configurator. + icon: { sprite: Structures/Storage/Crates/secure.rsi, state: icon } + objectType: Structure + - type: construction name: plastic crate id: CratePlastic