From 137dc33439bc59727379a2a136dcabb2839cbbaf Mon Sep 17 00:00:00 2001 From: vanx <61917534+Vaaankas@users.noreply.github.com> Date: Sat, 15 Mar 2025 20:24:57 +0300 Subject: [PATCH] [Fix] Immersion Sim 2 (#351) muh immersion Co-authored-by: vanx --- Resources/Prototypes/Entities/Clothing/Back/satchel.yml | 4 +++- .../Objects/Consumable/Smokeables/base_smokeables.yml | 2 ++ Resources/Prototypes/Entities/Objects/Tools/flashlights.yml | 1 + Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 465ee411a1..f1201e7d05 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -12,7 +12,9 @@ - 3,0,6,3 - 8,0,9,3 - type: Clothing # WWDP - #equipSound: /Audio/_White/Equip/clothingrustle4.ogg todo sounds from the gunnening + equipSound: /Audio/_White/Equip/clothingrustle4.ogg + - type: Item # WWDP + canBeUsedWhileWorn: true - type: entity parent: ClothingBackpackSatchel diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml index 90d1fff0bc..c4d0b5b07a 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml @@ -16,6 +16,8 @@ price: 5 - type: InjectableSolution solution: smokable + - type: Item # WWDP + canBeUsedWhileWorn: true # Base for all cigars and cigarettes. - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml index acb1faac38..62638a94a5 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml @@ -65,6 +65,7 @@ - type: DamageOtherOnHit staminaCost: 3.5 - type: Item + canBeUsedWhileWorn: true # WWDP sprite: Objects/Tools/flashlight.rsi storedRotation: -90 - type: EtherealLight diff --git a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml index f875e88e1b..0cf1909a61 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml @@ -9,6 +9,7 @@ - type: Item size: Normal sprite: Objects/Tanks/generic.rsi + canBeUsedWhileWorn: true # WWDP - type: Clothing quickEquip: false sprite: Objects/Tanks/generic.rsi