From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Sat, 29 Apr 2023 10:53:35 +0000 (-0700) Subject: Minor Viper Tweak (#15838) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f2d51dc5865c9ede3221d6bfb936ec4345478ab1;p=space-station-14.git Minor Viper Tweak (#15838) --- diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 02d9b6b312..5d3d736ea4 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -1,6 +1,6 @@ # Weapons uplink-pistol-viper-name = Viper -uplink-pistol-viper-desc = A small, easily concealable, but somewhat underpowered gun. Use pistol magazines (.35 auto). +uplink-pistol-viper-desc = A small, easily concealable, but somewhat underpowered gun. Retrofitted with a fully automatic receiver. Use pistol magazines (.35 auto). uplink-revolver-python-name = Python uplink-revolver-python-desc = A loud and deadly revolver. Uses .45 Magnum. diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml index 9bed12630a..e041410eb7 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml @@ -25,6 +25,7 @@ selectedMode: SemiAuto availableModes: - SemiAuto + - FullAuto soundGunshot: path: /Audio/Weapons/Guns/Gunshots/pistol.ogg - type: ChamberMagazineAmmoProvider @@ -62,10 +63,13 @@ name: viper parent: BaseWeaponPistol id: WeaponPistolViper - description: A small, easily concealable, but somewhat underpowered gun. Uses .35 auto ammo. + description: A small, easily concealable, but somewhat underpowered gun. Retrofitted with a fully automatic receiver. Uses .35 auto ammo. components: - type: Sprite sprite: Objects/Weapons/Guns/Pistols/viper.rsi + availableModes: + - FullAuto + - SemiAuto - type: ItemSlots slots: gun_magazine: @@ -111,6 +115,8 @@ path: /Audio/Weapons/Guns/Gunshots/silenced.ogg params: volume: -14 + availableModes: + - SemiAuto - type: ItemSlots slots: gun_magazine: @@ -151,5 +157,7 @@ sprite: Objects/Weapons/Guns/Pistols/mk58.rsi - type: Gun fireRate: 5 + availableModes: + - SemiAuto soundGunshot: path: /Audio/Weapons/Guns/Gunshots/mk58.ogg