From 7f5476b5551a44a2138038bd785f43d307bf8fbc Mon Sep 17 00:00:00 2001 From: Doomsdrayk Date: Thu, 13 Jun 2024 12:10:56 -0600 Subject: [PATCH] Fix Drozd and C-20r unwielding on use-in-hand (#28728) Make Drozd and C-20r not unwield on use --- .../Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml index dd1e3e21f4..b86356306c 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -94,6 +94,7 @@ - type: Clothing sprite: Objects/Weapons/Guns/SMGs/c20r.rsi - type: Wieldable + unwieldOnUse: false - type: GunWieldBonus minAngle: -19 maxAngle: -16 @@ -131,6 +132,7 @@ - type: Clothing sprite: Objects/Weapons/Guns/SMGs/drozd.rsi - type: Wieldable + unwieldOnUse: false - type: GunWieldBonus minAngle: -19 maxAngle: -16 -- 2.51.2