mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Features by rftr (http://thepit.ja-galaxy-forum.com/index.php?t=msg&th=12557&goto=362288&#msg_362288)
New option BOBBY_RAY_TOOLTIPS_SHOW_LBE_DETAILS. Stop Speck from spamming your email when multiple new mercs are available on the same day. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8926 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -11643,4 +11643,23 @@ STR16 szTurncoatText[] =
|
||||
L"%d turncoats present",
|
||||
};
|
||||
|
||||
// rftr: better lbe tooltips
|
||||
STR16 gLbeStatsDesc[14] =
|
||||
{
|
||||
L"MOLLE Space Available:",
|
||||
L"MOLLE Space Required:",
|
||||
L"MOLLE Small Slot Count:",
|
||||
L"MOLLE Medium Slot Count:",
|
||||
L"MOLLE Pouch Size: Small",
|
||||
L"MOLLE Pouch Size: Medium",
|
||||
L"MOLLE Pouch Size: Medium (Hydration)",
|
||||
L"Thigh Rig",
|
||||
L"Vest",
|
||||
L"Combat Pack",
|
||||
L"Backpack", // 10
|
||||
L"MOLLE Pouch",
|
||||
L"Compatible backpacks:",
|
||||
L"Compatible combat packs:",
|
||||
};
|
||||
|
||||
#endif //ENGLISH
|
||||
|
||||
Reference in New Issue
Block a user