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
+6
View File
@@ -1851,6 +1851,7 @@ STR16 pAssignmentStrings[] =
L"Rumours", // facility: gather information
L"Propag.", // spread propaganda
L"Rumours", // gather information
L"Command", // militia movement orders
};
@@ -1946,6 +1947,7 @@ STR16 pPersonnelAssignmentStrings[] =
L"Gathering Rumours", // facility: gather rumours
L"Spreading Propaganda", // spread propaganda
L"Gathering Rumours", // gather information
L"Commanding Militia", // militia movement orders
};
@@ -2000,6 +2002,7 @@ STR16 pLongAssignmentStrings[] =
L"Gather Rumours", // facility: gather rumours
L"Spread Propaganda", // spread propaganda
L"Gather Rumours", // gather information
L"Commanding Militia", // militia movement orders
};
@@ -2789,6 +2792,8 @@ STR16 gpStrategicString[] =
//%s is the sector location -- ex: A9: Omerta
L"Creatures attack your mercs in sector %s. None of your mercs are able to fight!",
// Flugente: militia movement forbidden due to limited roaming
L"Militia cannot move here (RESTRICT_ROAMING = TRUE).",
};
STR16 gpGameClockString[] =
@@ -7170,6 +7175,7 @@ STR16 gzFacilityAssignmentStrings[]=
L"Spread Propaganda",
L"Spread Propaganda", // spread propaganda (globally)
L"Gather Rumours",
L"Command Militia", // militia movement orders
};
STR16 Additional113Text[]=
{