From 40c6d76ad065f00afd9c6b612205f0af90395e89 Mon Sep 17 00:00:00 2001 From: Rinary <72972221+Rinary1@users.noreply.github.com> Date: Mon, 29 Jul 2024 06:28:30 +0300 Subject: [PATCH] init (#251) --- .../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