Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ uplink-pirate-anaconda-name = Anaconda
uplink-pirate-anaconda-desc = The pride of Cybersun engineers. A handheld, compact, self-recharging ballistic firearm.

uplink-pirate-wspr-name = WSPR
uplink-pirate-wspr-desc = A counter to the TSFMC's Annie. Uses the same 7.62x39mm subsonic ammo.
uplink-pirate-wspr-desc = A counter to the TSFMC's Annie. Uses the same 7.62x39mm ammo.

uplink-pirate-burner-name = Burner Heavy Rifle
uplink-pirate-burner-desc = A destructive 12.7x99mm rifle. Supports HE ammo. Horribly destructive.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
name: CS KMP-WSPR (7.62x39mm)
parent: BaseWeaponRifle # Mono - C3
id: WeaponRifleWSPR
description: A cutting-edge rifle from Cybersun, versatile, reliable, and Syndicate-approved. Uses 7.62x39mm subsonic ammo.
description: A cutting-edge rifle from Cybersun, versatile, reliable, and Syndicate-approved. Uses 7.62x39mm ammo.
components:
- type: Sprite
sprite: _Mono/Objects/Weapons/Guns/Rifles/wspr.rsi # Mono
Expand Down Expand Up @@ -100,15 +100,15 @@
priority: 2
whitelist:
tags:
- Magazine762x39mmSubsonic
- Magazine762x39mmFMJ
whitelistFailPopup: gun-magazine-whitelist-fail
gun_chamber:
name: Chamber
startingItem: Cartridge762x39mmSubsonic
priority: 1
whitelist:
tags:
- Cartridge762x39mmSubsonic
- Cartridge762x39mmFMJ
- type: MagazineVisuals
magState: mag
steps: 1
Expand Down
Loading