From 0d518392616dcaa0cceb69142fa8a35252fab5a0 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sat, 31 Aug 2024 17:45:05 +0200 Subject: [PATCH] Remove fake centcom stuff (#30747) * Remove fake centcom stuff * forgor * bruh * FUCK TOOLBOX * weh?? --- .../Catalog/Fills/Backpacks/duffelbag.yml | 22 ------------------- .../Entities/Clothing/Ears/headsets_alt.yml | 10 --------- .../Entities/Objects/Devices/pda.yml | 8 ------- .../Objects/Misc/identification_cards.yml | 18 --------------- Resources/migration.yml | 6 +++++ 5 files changed, 6 insertions(+), 58 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml index f174a61696..c059f095e1 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml @@ -127,28 +127,6 @@ - id: MagazineLightRifleBox amount: 2 -- type: entity - parent: ClothingBackpackDuffel - id: ClothingBackpackDuffelSyndicateCostumeCentcom - name: CentComm official costume duffel bag - description: "Contains a full CentComm Official uniform set, headset and clipboard included. Encryption keys and ID access are not included." - suffix: DO NOT MAP - components: - - type: Tag - tags: [] # ignore "WhitelistChameleon" tag - - type: StorageFill - contents: - - id: ClothingOuterArmorBasic - - id: ClothingHeadHatCentcom - - id: ClothingEyesGlassesSunglasses - - id: ClothingUniformJumpsuitCentcomOfficial - - id: ClothingShoesBootsJack - - id: ClothingHandsGlovesColorBlack - - id: ClothingHeadsetAltCentComFake - - id: Paper - - id: Pen - - id: CentcomPDAFake - - type: entity parent: ClothingBackpackDuffelClown id: ClothingBackpackDuffelSyndicateCostumeClown diff --git a/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml b/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml index 7041f7c31e..42343d1569 100644 --- a/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml +++ b/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml @@ -41,16 +41,6 @@ - type: Clothing sprite: Clothing/Ears/Headsets/centcom.rsi -- type: entity - parent: ClothingHeadsetAltCentCom - id: ClothingHeadsetAltCentComFake - suffix: Fake - components: - - type: ContainerFill - containers: - key_slots: - - EncryptionKeyCommon - - type: entity parent: [ClothingHeadsetAlt, BaseCommandContraband] id: ClothingHeadsetAltCommand diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 4ae62527e1..dbb491f9cc 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -689,14 +689,6 @@ - NewsReaderCartridge - LogProbeCartridge -- type: entity - parent: CentcomPDA - id: CentcomPDAFake - suffix: Fake - components: - - type: Pda - id: CentcomIDCardSyndie - - type: entity parent: CentcomPDA id: DeathsquadPDA diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 3102dba109..73085e18d9 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -539,24 +539,6 @@ - type: IdCard jobTitle: ERT Field Officer -- type: entity - parent: IDCardStandard - id: CentcomIDCardSyndie - name: command officer ID card - suffix: Fake - components: - - type: Sprite - layers: - - state: centcom - - state: idcentcom - - type: Item - heldPrefix: blue - - type: IdCard - jobTitle: Central Commander - - type: Access - tags: - - Maintenance - - type: entity parent: IDCardStandard id: MusicianIDCard diff --git a/Resources/migration.yml b/Resources/migration.yml index 9b5290f511..3b480b8e68 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -409,3 +409,9 @@ ClothingBeltSuspenders: ClothingBeltSuspendersRed # 2024-08-19 ClothingNeckShockCollar: ClothingBackpackElectropack + +# 2024-08-28 +ClothingBackpackDuffelSyndicateCostumeCentcom: null +ClothingHeadsetAltCentComFake: null +CentcomPDAFake: null +CentcomIDCardSyndie: null -- 2.51.2