From 73d33b224c025e913efac36083824ddb1ec406cc Mon Sep 17 00:00:00 2001 From: SweptWasTaken Date: Sat, 8 May 2021 21:16:32 -0700 Subject: [PATCH] Tiny bit of Constructible YAML organizing --- .../{Ground/kitchen.yml => Specific/Kitchen/meat_spike.yml} | 0 .../Constructible/Specific/{Cooking => Kitchen}/microwave.yml | 0 .../Specific/{Cooking => Kitchen}/reagent_grinder.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Resources/Prototypes/Entities/Constructible/{Ground/kitchen.yml => Specific/Kitchen/meat_spike.yml} (100%) rename Resources/Prototypes/Entities/Constructible/Specific/{Cooking => Kitchen}/microwave.yml (100%) rename Resources/Prototypes/Entities/Constructible/Specific/{Cooking => Kitchen}/reagent_grinder.yml (100%) diff --git a/Resources/Prototypes/Entities/Constructible/Ground/kitchen.yml b/Resources/Prototypes/Entities/Constructible/Specific/Kitchen/meat_spike.yml similarity index 100% rename from Resources/Prototypes/Entities/Constructible/Ground/kitchen.yml rename to Resources/Prototypes/Entities/Constructible/Specific/Kitchen/meat_spike.yml diff --git a/Resources/Prototypes/Entities/Constructible/Specific/Cooking/microwave.yml b/Resources/Prototypes/Entities/Constructible/Specific/Kitchen/microwave.yml similarity index 100% rename from Resources/Prototypes/Entities/Constructible/Specific/Cooking/microwave.yml rename to Resources/Prototypes/Entities/Constructible/Specific/Kitchen/microwave.yml diff --git a/Resources/Prototypes/Entities/Constructible/Specific/Cooking/reagent_grinder.yml b/Resources/Prototypes/Entities/Constructible/Specific/Kitchen/reagent_grinder.yml similarity index 100% rename from Resources/Prototypes/Entities/Constructible/Specific/Cooking/reagent_grinder.yml rename to Resources/Prototypes/Entities/Constructible/Specific/Kitchen/reagent_grinder.yml