mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- Fix: wrong print format in militia battlereports
- Added flag for militia desertion git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8547 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -11129,8 +11129,8 @@ STR16 szMilitiaWebSite[] =
|
||||
STR16 szIndividualMilitiaBattleReportText[] =
|
||||
{
|
||||
L"Took part in Operation %s",
|
||||
L"Recruited on Day %d, %d:%2d in %s",
|
||||
L"Promoted on Day %d, %d:%2d",
|
||||
L"Recruited on Day %d, %d:%02d in %s",
|
||||
L"Promoted on Day %d, %d:%02d",
|
||||
L"KIA, Operation %s",
|
||||
|
||||
L"Lightly wounded during Operation %s",
|
||||
@@ -11138,9 +11138,9 @@ STR16 szIndividualMilitiaBattleReportText[] =
|
||||
L"Critically wounded during Operation %s",
|
||||
L"Valiantly fought in Operation %s",
|
||||
|
||||
L"Hired from Kerberus on Day %d, %d:%2d in %s",
|
||||
L"Defected to us on Day %d, %d:%2d in %s",
|
||||
L"Contract terminated on Day %d, %d:%2d",
|
||||
L"Hired from Kerberus on Day %d, %d:%02d in %s",
|
||||
L"Defected to us on Day %d, %d:%02d in %s",
|
||||
L"Contract terminated on Day %d, %d:%02d",
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaTraitRequirements[] =
|
||||
@@ -11193,6 +11193,7 @@ STR16 szIdividualMilitiaWebsiteText[] =
|
||||
L"%s is not active in the currently loaded sector.",
|
||||
L"%s has been promoted to regular militia",
|
||||
L"%s has been promoted to elite militia",
|
||||
L"Status: Deserted",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Dead[] =
|
||||
|
||||
Reference in New Issue
Block a user