mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +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:
@@ -2659,6 +2659,36 @@ STR16 BobbyROrderFormText[] =
|
||||
L"Lieferungen",
|
||||
};
|
||||
|
||||
// WANNE
|
||||
STR16 BobbyRFilter[] =
|
||||
{
|
||||
// Guns
|
||||
L"Pistole",
|
||||
L"M. Pistole",
|
||||
L"SMG",
|
||||
L"Gewehr",
|
||||
L"SS Gewehr",
|
||||
L"Sturmgew.",
|
||||
L"LMG",
|
||||
L"Schrotfl.",
|
||||
|
||||
// Ammo
|
||||
L"Pistole",
|
||||
L"M. Pistole",
|
||||
L"SMG",
|
||||
L"Gewehr",
|
||||
L"SS Gewehr",
|
||||
L"Sturmgew.",
|
||||
L"LMG",
|
||||
L"Schrotfl.",
|
||||
|
||||
// Used
|
||||
L"Feuerwfn.",
|
||||
L"Munition",
|
||||
L"Rüstung",
|
||||
L"Sonstiges",
|
||||
};
|
||||
|
||||
// This text is used when on the various Bobby Ray Web site pages that sell items
|
||||
STR16 BobbyRText[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user