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:
@@ -2380,6 +2380,8 @@ CHAR16 Message[][STRING_LENGTH] =
|
||||
|
||||
L"Assignment not possible at the moment", // TODO.Translate
|
||||
L"No militia that can be drilled present.",
|
||||
|
||||
L"%s hat %s vollständig erkundet.",
|
||||
};
|
||||
|
||||
// the country and its noun in the game
|
||||
@@ -2490,6 +2492,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"DMilitia",
|
||||
L"Burial",
|
||||
L"Admin", // TODO.Translate
|
||||
L"Explore", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pMilitiaString[] =
|
||||
@@ -2595,6 +2598,7 @@ STR16 pPersonnelAssignmentStrings[] =
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
L"Administration", // TODO.Translate
|
||||
L"Exploration", // TODO.Translate
|
||||
};
|
||||
|
||||
// refer to above for comments
|
||||
@@ -2661,6 +2665,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
L"Administration", // TODO.Translate
|
||||
L"Exploration", // TODO.Translate
|
||||
};
|
||||
|
||||
// the contract options
|
||||
@@ -2781,6 +2786,7 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Fortify", // fortify sector // TODO.Translate
|
||||
L"Intel", // covert assignments // TODO.Translate
|
||||
L"Administer", // TODO.Translate
|
||||
L"Explore", // TODO.Translate
|
||||
L"Betrieb", // the merc is using/staffing a facility
|
||||
L"Abbrechen", // cancel this menu
|
||||
};
|
||||
@@ -8937,6 +8943,7 @@ STR16 szBackgroundText_Value[]=
|
||||
L" hacking skill: %s%d ", // TODO.Translate
|
||||
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[] = // TODO.Translate
|
||||
|
||||
Reference in New Issue
Block a user