mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
New feature: exploration assignment indicates items on the map
For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=360244&#msg_360244 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8815 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2364,6 +2364,8 @@ CHAR16 Message[][STRING_LENGTH] =
|
||||
|
||||
L"Assignment not possible at the moment", // TODO.Translate
|
||||
L"No militia that can be drilled present.",
|
||||
|
||||
L"%s has fully explored %s.", // TODO.Translate
|
||||
};
|
||||
|
||||
// the country and its noun in the game
|
||||
@@ -2477,6 +2479,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"DMilitia",
|
||||
L"Burial",
|
||||
L"Admin", // TODO.Translate
|
||||
L"Explore", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -2586,6 +2589,7 @@ STR16 pPersonnelAssignmentStrings[] =
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
L"Administration", // TODO.Translate
|
||||
L"Exploration", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -2654,6 +2658,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
L"Administration", // TODO.Translate
|
||||
L"Exploration", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -2778,6 +2783,7 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Укреплять", // fortify sector
|
||||
L"Intel", // covert assignments // TODO.Translate
|
||||
L"Administer", // TODO.Translate
|
||||
L"Explore", // TODO.Translate
|
||||
L"Занятия", // the merc is using/staffing a facility
|
||||
L"Отмена", // cancel this menu
|
||||
};
|
||||
@@ -9106,6 +9112,7 @@ STR16 szBackgroundText_Value[]=
|
||||
L" Взлом: %s%d ",
|
||||
L" %s%d%% burial speed\n", // TODO.Translate
|
||||
L" %s%d%% administration effectiveness\n", // TODO.Translate
|
||||
L" %s%d%% exploration effectiveness\n", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szBackgroundTitleText[] =
|
||||
|
||||
Reference in New Issue
Block a user