mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Bobby Ray: Filter Guns, Ammo and Used!
Filters for Armour and Misc will follow git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@423 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2798,6 +2798,36 @@ STR16 BobbyROrderFormText[] =
|
||||
L"Shipments",
|
||||
};
|
||||
|
||||
// WANNE
|
||||
STR16 BobbyRFilter[] =
|
||||
{
|
||||
// Guns
|
||||
L"Pistol",
|
||||
L"M. Pistol",
|
||||
L"SMG",
|
||||
L"Rifle",
|
||||
L"SN Rifle",
|
||||
L"AS Rifle",
|
||||
L"LMG",
|
||||
L"Shotgun",
|
||||
|
||||
// Ammo
|
||||
L"Pistol",
|
||||
L"M. Pistol",
|
||||
L"SMG",
|
||||
L"Rifle",
|
||||
L"SN Rifle",
|
||||
L"AS Rifle",
|
||||
L"LMG",
|
||||
L"Shotgun",
|
||||
|
||||
// Used
|
||||
L"Guns",
|
||||
L"Ammo",
|
||||
L"Armor",
|
||||
L"Misc",
|
||||
};
|
||||
|
||||
|
||||
// This text is used when on the various Bobby Ray Web site pages that sell items
|
||||
|
||||
|
||||
Reference in New Issue
Block a user