From cfb827c99b968609864b53150606996357855ca9 Mon Sep 17 00:00:00 2001 From: vanx <61917534+Vaaankas@users.noreply.github.com> Date: Sun, 23 Jul 2023 13:03:04 +0700 Subject: [PATCH] ammo counters (#18165) --- .../Entities/Objects/Weapons/Guns/Launchers/launchers.yml | 1 + .../Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index ea102509fe..4be8f44de1 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -33,6 +33,7 @@ map: ["enum.GunVisualLayers.Base"] - type: Clothing sprite: Objects/Weapons/Guns/Launchers/china_lake.rsi + - type: AmmoCounter - type: Gun fireRate: 1 selectedMode: SemiAuto diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml index ab122ef0de..cbd49c0065 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -66,6 +66,7 @@ slots: - Back - suitStorage + - type: AmmoCounter - type: Gun fireRate: 2 selectedMode: FullAuto