New Feature: strategic militia command allows ordering militia around in the map if someoen performs the STRATEGIC_MILITIA_MOVEMENT facility assignment.

requires GameDir >= r1946

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6943 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2014-02-18 21:26:46 +00:00
parent e04bff6f61
commit cee17f5651
29 changed files with 643 additions and 57 deletions
+17
View File
@@ -1841,6 +1841,13 @@ STR16 pAssignmentStrings[] =
L"POW", // Prisoner of war - captured
L"Kliniek", // patient in a hospital
L"Leeg", // Vehicle is empty
L"Snitch", // facility: undercover prisoner (snitch) // TODO.Translate
L"Propag.", // facility: spread propaganda
L"Propag.", // facility: spread propaganda (globally)
L"Rumours", // facility: gather information
L"Propag.", // spread propaganda
L"Rumours", // gather information
L"Command", // militia movement orders
};
@@ -1936,6 +1943,7 @@ STR16 pPersonnelAssignmentStrings[] =
L"Gathering Rumours",// TODO.Translate // facility: gather rumours
L"Spreading Propaganda",// TODO.Translate // spread propaganda
L"Gathering Rumours",// TODO.Translate // gather information
L"Commanding Militia", // militia movement orders // TODO.Translate
};
@@ -1990,6 +1998,7 @@ STR16 pLongAssignmentStrings[] =
L"Gather Rumours",// TODO.Translate // facility: gather rumours
L"Spread Propaganda",// TODO.Translate // spread propaganda
L"Gather Rumours",// TODO.Translate // gather information
L"Commanding Militia", // militia movement orders // TODO.Translate
};
@@ -2780,6 +2789,8 @@ STR16 gpStrategicString[] =
//%s is the sector location -- ex: A9: Omerta
L"Beesten vallen je huurlingen aan in sector %s. Geen enkele huurling kan vechten!",
// Flugente: militia movement forbidden due to limited roaming // TODO.Translate
L"Militia cannot move here (RESTRICT_ROAMING = TRUE).",
};
STR16 gpGameClockString[] =
@@ -7170,6 +7181,12 @@ STR16 gzFacilityAssignmentStrings[]=
L"Trainer Leadership",
L"Trainer Explosives",
L"Interrogate Prisoners", // added by Flugente TODO.Translate
L"Undercover Snitch", // TODO.Translate
// 36-40
L"Spread Propaganda",
L"Spread Propaganda", // spread propaganda (globally)
L"Gather Rumours",
L"Command Militia", // militia movement orders
};
STR16 Additional113Text[]=