From a1b27db35f7bd665032a4348e9e858568a3436a1 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sun, 8 Sep 2024 17:23:01 +0200 Subject: [PATCH] remove HatBase (#31971) --- .../Entities/Clothing/Head/base_clothinghead.yml | 14 -------------- Resources/migration.yml | 3 +++ 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml index e6c8ada7dc..46fe9ef09d 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml @@ -40,20 +40,6 @@ - ClothMade - WhitelistChameleon -- type: entity - abstract: true - parent: Clothing - id: HatBase - components: - - type: Clothing - slots: - - HEAD - - type: Sprite - state: icon - - type: Tag - tags: - - WhitelistChameleon - - type: entity abstract: true parent: ClothingHeadBase diff --git a/Resources/migration.yml b/Resources/migration.yml index cc599493b4..361f864f93 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -424,3 +424,6 @@ CentcomIDCardSyndie: null # 2024-09-06 AntimovCircuitBoard: null OverlordCircuitBoard: null + +# 2024-09-08 +HatBase: null -- 2.51.2