From c5a088d360cf028ed57ab1d7a379f9a137606516 Mon Sep 17 00:00:00 2001 From: "steinhauer.erhard" Date: Sat, 19 Oct 2024 18:46:46 +0300 Subject: [PATCH] more fixes --- .../_NF/Entities/Clothing/base_contraband_clothing.yml | 6 ------ ...{faction_clothing_base.yml => base_faction_clothing.yml} | 0 2 files changed, 6 deletions(-) delete mode 100644 Resources/Prototypes/_NF/Entities/Clothing/base_contraband_clothing.yml rename Resources/Prototypes/_NF/Entities/Clothing/{faction_clothing_base.yml => base_faction_clothing.yml} (100%) diff --git a/Resources/Prototypes/_NF/Entities/Clothing/base_contraband_clothing.yml b/Resources/Prototypes/_NF/Entities/Clothing/base_contraband_clothing.yml deleted file mode 100644 index 06f26324753..00000000000 --- a/Resources/Prototypes/_NF/Entities/Clothing/base_contraband_clothing.yml +++ /dev/null @@ -1,6 +0,0 @@ -- type: entity - id: ContrabandClothing - abstract: true - components: - - type: FactionClothing - faction: ContrabandClothing diff --git a/Resources/Prototypes/_NF/Entities/Clothing/faction_clothing_base.yml b/Resources/Prototypes/_NF/Entities/Clothing/base_faction_clothing.yml similarity index 100% rename from Resources/Prototypes/_NF/Entities/Clothing/faction_clothing_base.yml rename to Resources/Prototypes/_NF/Entities/Clothing/base_faction_clothing.yml