From b0b69e890347359b7cbc0befb248032b665cc676 Mon Sep 17 00:00:00 2001 From: Rinary Date: Sat, 27 Jul 2024 17:04:02 +0300 Subject: [PATCH] init --- .../Catalog/VendingMachines/Inventories/engivend.yml | 1 + .../Prototypes/_Sunrise/Entities/Clothing/Eyes/glasses.yml | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/engivend.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/engivend.yml index 9757b14e58e..f31a4a8ec6a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/engivend.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/engivend.yml @@ -3,6 +3,7 @@ startingInventory: ClothingEyesGlassesMeson: 4 ClothingHeadHatWelding: 6 + ClothingEyesGlassesWelding: 3 #Sunrise-weld Multitool: 4 NetworkConfigurator: 5 PowerCellMedium: 5 diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Eyes/glasses.yml index 31a6399c156..804436a8bb2 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Eyes/glasses.yml @@ -58,10 +58,10 @@ sprite: _Sunrise/Clothing/Eyes/Glasses/weldglasses.rsi - type: FlashImmunity - type: EyeProtection - protectionTime: 5 - type: Tag tags: - HamsterWearable + - WhitelistChameleon - type: entity parent: ClothingEyesBase @@ -77,5 +77,6 @@ - type: ShowJobIcons - type: ShowMindShieldIcons - type: ShowCriminalRecordIcons - - type: EyeProtection - protectionTime: 5 \ No newline at end of file + - type: Tag + tags: + - WhitelistChameleon \ No newline at end of file