diff --git a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml index e6c8ada7dc00ed..46fe9ef09df3b7 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 cc599493b4afc9..361f864f9399dc 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