From 217d4c3ca5c0caa0bff4395971d8b105e3cb16c0 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Wed, 30 Mar 2022 15:55:14 +1300 Subject: [PATCH] Fix cloth stacks not being extractable (#7331) --- .../Entities/Objects/Materials/materials.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index b6ae5042b8..e4054bfca3 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -52,6 +52,11 @@ - type: Material materials: - Cloth + - type: Extractable + juiceSolution: + reagents: + - ReagentId: Fiber + Quantity: 3 - type: Sprite state: cloth_3 - type: Appearance @@ -71,11 +76,6 @@ state: cloth - type: Stack count: 1 - - type: Extractable - juiceSolution: - reagents: - - ReagentId: Fiber - Quantity: 3 - type: entity parent: MaterialBase