New feature: mines require workers for maximum income, these can be trained like militia.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8267 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2016-07-04 22:31:37 +00:00
parent ce6e63831d
commit 951da7812d
26 changed files with 460 additions and 9 deletions
+5
View File
@@ -2464,6 +2464,7 @@ STR16 pAssignmentStrings[] =
L"Patient", // getting medical aid
L"Repair", // repairing
L"Fortify", // build structures according to external layout
L"Train W.",
};
@@ -2566,6 +2567,7 @@ STR16 pPersonnelAssignmentStrings[] =
L"Patient",
L"Repair",
L"Fortify sector", // build structures according to external layout
L"Train workers",
};
@@ -2627,6 +2629,7 @@ STR16 pLongAssignmentStrings[] =
L"Patient",
L"Repair",
L"Fortify sector", // build structures according to external layout
L"Train workers",
};
@@ -2948,6 +2951,7 @@ STR16 pTrainingMenuStrings[] =
L"Practice", // train yourself
L"Militia", // train the town
L"Mobile Militia",
L"Train workers",
L"Trainer", // train your teammates
L"Student", // be trained by an instructor
L"Cancel", // cancel this menu
@@ -4532,6 +4536,7 @@ STR16 pTransactionText[] =
L"WHO data subscription", // Flugente: disease
L"Payment to Kerberus", // Flugente: PMC
L"SAM site repair", // Flugente: SAM repair
L"Trained workers", // Flugente: train workers
};
STR16 pTransactionAlternateText[] =