- feature: Added armor filter buttons (helm, vest, legging, plate) to Bobby Rays

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@655 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2007-01-07 15:56:55 +00:00
parent bcfa50e793
commit 3d1337ebeb
14 changed files with 251 additions and 81 deletions
+5 -1
View File
@@ -818,9 +818,13 @@ enum
BOBBYR_FILTER_AMMO_SHOTGUN,
// Used
BOBBYR_FILTER_USED_GUNS,
//BOBBYR_FILTER_USED_AMMO,
BOBBYR_FILTER_USED_ARMOR,
BOBBYR_FILTER_USED_MISC,
// Armour
BOBBYR_FILTER_ARMOUR_HELM,
BOBBYR_FILTER_ARMOUR_VEST,
BOBBYR_FILTER_ARMOUR_LEGGING,
BOBBYR_FILTER_ARMOUR_PLATE,
};
+6 -2
View File
@@ -2820,7 +2820,6 @@ STR16 BobbyRFilter[] =
L"Shotgun",
// Ammo
//L"Heavy W.",
L"Pistol",
L"M. Pistol",
L"SMG",
@@ -2832,9 +2831,14 @@ STR16 BobbyRFilter[] =
// Used
L"Guns",
//L"Ammo",
L"Armor",
L"Misc",
// Armour
L"Helm",
L"Vest",
L"Legging",
L"Plate",
};
+6 -2
View File
@@ -2820,7 +2820,6 @@ STR16 BobbyRFilter[] =
L"Shotgun",
// Ammo
//L"Heavy W.",
L"Pistol",
L"M. Pistol",
L"SMG",
@@ -2832,9 +2831,14 @@ STR16 BobbyRFilter[] =
// Used
L"Guns",
//L"Ammo",
L"Armor",
L"Misc",
// Armour
L"Helm",
L"Vest",
L"Legging",
L"Plate",
};
+6 -2
View File
@@ -2809,7 +2809,6 @@ STR16 BobbyRFilter[] =
L"Shotgun",
// Ammo
//L"Heavy W.",
L"Pistol",
L"M. Pistol",
L"SMG",
@@ -2821,9 +2820,14 @@ STR16 BobbyRFilter[] =
// Used
L"Guns",
//L"Ammo",
L"Armor",
L"Misc",
// Armour
L"Helm",
L"Vest",
L"Legging",
L"Plate",
};
+6 -2
View File
@@ -2681,7 +2681,6 @@ STR16 BobbyRFilter[] =
L"Schrotfl.",
// Ammo
//L"Schwere W.",
L"Pistole",
L"M. Pistole",
L"SMG",
@@ -2693,9 +2692,14 @@ STR16 BobbyRFilter[] =
// Used
L"Feuerwfn.",
//L"Munition",
L"Rüstung",
L"Sonstiges",
// Armour
L"Helm",
L"Weste",
L"Hose",
L"Platte",
};
// This text is used when on the various Bobby Ray Web site pages that sell items
+6 -2
View File
@@ -2804,7 +2804,6 @@ STR16 BobbyRFilter[] =
L"Shotgun",
// Ammo
//L"Heavy W.",
L"Pistol",
L"M. Pistol",
L"SMG",
@@ -2816,9 +2815,14 @@ STR16 BobbyRFilter[] =
// Used
L"Guns",
//L"Ammo",
L"Armor",
L"Misc",
// Armour
L"Helm",
L"Vest",
L"Legging",
L"Plate",
};
// This text is used when on the various Bobby Ray Web site pages that sell items
+6 -2
View File
@@ -2802,7 +2802,6 @@ STR16 BobbyRFilter[] =
L"Shotgun",
// Ammo
//L"Heavy W.",
L"Pistol",
L"M. Pistol",
L"SMG",
@@ -2814,9 +2813,14 @@ STR16 BobbyRFilter[] =
// Used
L"Guns",
//L"Ammo",
L"Armor",
L"Misc",
// Armour
L"Helm",
L"Vest",
L"Legging",
L"Plate",
};
+6 -1
View File
@@ -2823,9 +2823,14 @@ STR16 BobbyRFilter[] =
// Used
L"Guns",
//L"Ammo",
L"Armor",
L"Misc",
// Armour
L"Helm",
L"Vest",
L"Legging",
L"Plate",
};