readding machine pistol mag compatability for the viper (#5654)
i wonder who messed that one up...
This commit is contained in:
parent
a9e09da22d
commit
d65cdfff90
|
|
@ -1,2 +1,5 @@
|
|||
uplink-speedloader-magnum-regular-name = Speedloader (.45 magnum)
|
||||
uplink-speedloader-magnum-regular-desc = Revolver speedloader with 6 regular catridges. Compatible with the Python.
|
||||
|
||||
uplink-pistol-magazine-delta-name = Machine pistol magazine (.35 auto)
|
||||
uplink-pistol-magazine-delta-desc = Machine pistol magazine with 20 cartridges. Compatible with the Viper.
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
categories:
|
||||
- UplinkWeaponry
|
||||
|
||||
# Deltav changes begin
|
||||
# Deltav changes begin
|
||||
- type: listing
|
||||
id: UplinkHypereutacticBlade
|
||||
name: uplink-hypereutactic-blade-name
|
||||
|
|
@ -545,8 +545,8 @@
|
|||
|
||||
- type: listing
|
||||
id: UplinkPistol9mmMagazine
|
||||
name: uplink-pistol-magazine-name
|
||||
description: uplink-pistol-magazine-desc
|
||||
name: uplink-pistol-magazine-delta-name # DeltaV - to make it clear that these arent the same as normal pistol mags
|
||||
description: uplink-pistol-magazine-delta-desc # DeltaV - 20 round capacity
|
||||
icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi, state: base-icon }
|
||||
productEntity: MagazinePistolHighCapacity
|
||||
cost:
|
||||
|
|
@ -1871,8 +1871,8 @@
|
|||
tags:
|
||||
# - NukeOpsUplink # DeltaV - Commented out as of #5462 (only commander and loneop can get suit)
|
||||
# Begin DeltaV additions - Jugsuit buy limit #5462
|
||||
- CommanderUplink
|
||||
- LoneOpUplink
|
||||
- CommanderUplink
|
||||
- LoneOpUplink
|
||||
- !type:ListingLimitedStockCondition
|
||||
stock: 1
|
||||
# End DeltaV additions
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@
|
|||
whitelist:
|
||||
tags:
|
||||
- MagazinePistol
|
||||
- MagazinePistolHighCapacity
|
||||
whitelistFailPopup: gun-magazine-whitelist-fail
|
||||
gun_chamber:
|
||||
name: Chamber
|
||||
|
|
|
|||
Loading…
Reference in New Issue