mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- New Shortcuts (by Buggler)
New Hotkeys o Strategic Screen: Hotkey 'r': Mobile Milita Restrictions o Sector Inventory (with popup text): Hotkey ',': Previous Page Hotkey '.': Next Page Hotkey 'Esc': Exit Sector Inventory o Addtional Changes: Bobby Ray's button text 'Punch. W.' changed to 'Blunt W.' - more appropriate & consistent with XML Item Class name o Cosmetic Corrections in Sector Inventory git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4647 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -3049,9 +3049,15 @@ STR16 pMapScreenBorderButtonHelpText[] =
|
||||
L"Show |Airspace",
|
||||
L"Show |Items",
|
||||
L"Show Militia & Enemies (|Z)",
|
||||
L"Show Mobile Militia Restrictions", // HEADROCK HAM 4: Mobile Restrictions Button
|
||||
L"Show Mobile Militia |Restrictions", // HEADROCK HAM 4: Mobile Restrictions Button
|
||||
};
|
||||
|
||||
STR16 pMapScreenInvenButtonHelpText[] =
|
||||
{
|
||||
L"Next (|.)", // next page
|
||||
L"Previous (|,)", // previous page
|
||||
L"Exit Sector Inventory (|E|s|c)", // exit sector inventory
|
||||
};
|
||||
|
||||
STR16 pMapScreenBottomFastHelp[] =
|
||||
{
|
||||
@@ -4240,7 +4246,7 @@ STR16 BobbyRFilter[] =
|
||||
// Misc
|
||||
L"Blades",
|
||||
L"Th. Knives",
|
||||
L"Punch. W.",
|
||||
L"Blunt W.",
|
||||
L"Grenades",
|
||||
L"Bombs",
|
||||
L"Med. Kits",
|
||||
|
||||
Reference in New Issue
Block a user