From 0226dc525b7e7613a3741b26f644b60cdc77384c Mon Sep 17 00:00:00 2001 From: LaryNevesPR Date: Fri, 12 Jul 2024 16:56:21 -0300 Subject: [PATCH] Revert "Laika headset and id removal, glasses replacement (#882)" This reverts commit 463934288cd648af28cef81004f3c0359e5d016c. --- .../secdog_inventory_template.yml | 18 ++++++++++++++++++ .../Roles/Jobs/Fun/misc_startinggear.yml | 3 ++- .../Objects/Misc/identification_cards.yml | 13 +++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/DeltaV/InventoryTemplates/secdog_inventory_template.yml b/Resources/Prototypes/DeltaV/InventoryTemplates/secdog_inventory_template.yml index 133fd506279..55bdffa1a65 100644 --- a/Resources/Prototypes/DeltaV/InventoryTemplates/secdog_inventory_template.yml +++ b/Resources/Prototypes/DeltaV/InventoryTemplates/secdog_inventory_template.yml @@ -41,3 +41,21 @@ strippingWindowPos: 1,4 displayName: Vest stripHidden: false + + - name: id + slotTexture: id + slotFlags: IDCARD + slotGroup: SecondHotbar + stripTime: 6 + uiWindowPos: 2,1 + strippingWindowPos: 2,4 + displayName: ID + + - name: ears + slotTexture: ears + slotFlags: EARS + slotGroup: MainHotbar + stripTime: 4.5 + uiWindowPos: 1,2 + strippingWindowPos: 1,2 + displayName: Ears \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/DeltaV/Roles/Jobs/Fun/misc_startinggear.yml index 6cd184cd410..eae74be9a42 100644 --- a/Resources/Prototypes/DeltaV/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/DeltaV/Roles/Jobs/Fun/misc_startinggear.yml @@ -9,7 +9,8 @@ - type: startingGear id: MobSecDogLaikaGear equipment: - eyes: ClothingEyesGlassesSunglasses + eyes: ClothingEyesGlassesSecurity + id: SecDogIDCard #Oldstation Roles diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 2f232c566a3..f73c5d174f8 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -316,6 +316,19 @@ job: Bartender name: Pun Pun +- type: entity # DeltaV - Security dog Laika ID card + parent: IDCardStandard + id: SecDogIDCard + name: Security Dog ID card + components: + - type: Sprite + layers: + - state: default + - state: idsecurityofficer + - type: PresetIdCard + job: SecurityOfficer + name: Laika + - type: entity parent: IDCardStandard id: ChefIDCard