From fae28594f46ec9635f13bdbf52da5cb7141a3bad Mon Sep 17 00:00:00 2001 From: SonicHDC <100022571+SonicHDC@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:32:16 +1200 Subject: [PATCH] L gun reshape (#23104) * Update pistols.yml * Update revolvers.yml * Update battery_guns.yml * Update battery_guns.yml --- .../Entities/Objects/Weapons/Guns/Battery/battery_guns.yml | 3 +++ .../Entities/Objects/Weapons/Guns/Pistols/pistols.yml | 3 +++ .../Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 5522dc8dd5..f667e2241a 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -73,6 +73,9 @@ components: - type: Item size: Small + shape: + - 0,0,1,0 + - 0,1,0,1 - type: Tag tags: - Sidearm diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml index a6c6f1e677..806b1762b1 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml @@ -13,6 +13,9 @@ map: ["enum.GunVisualLayers.Mag"] - type: Item size: Small + shape: + - 0,0,1,0 + - 0,1,0,1 - type: Tag tags: - Sidearm diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml index c523fd2797..be64e7eb2c 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml @@ -9,6 +9,9 @@ state: icon - type: Item size: Small + shape: + - 0,0,1,0 + - 0,1,0,1 - type: Tag tags: - Sidearm -- 2.51.2