mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
New feature: factories allows facilities to create items
For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=360075&#msg_360075 Requires GameDir >= r2534 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8804 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -4237,6 +4237,7 @@ STR16 pMapPopUpInventoryText[] =
|
||||
L"Inventory",
|
||||
L"Exit",
|
||||
L"Repair",
|
||||
L"Factories",
|
||||
};
|
||||
|
||||
// town strings
|
||||
@@ -5065,6 +5066,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"Kerberus",
|
||||
L"Militia Overview",
|
||||
L"R.I.S.",
|
||||
L"Factories",
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -5191,6 +5193,7 @@ STR16 pWebPagesTitles[] =
|
||||
L"Recon Intelligence Services - Information Requests",
|
||||
L"Recon Intelligence Services - Information Verification",
|
||||
L"Recon Intelligence Services - About us",
|
||||
L"Factory Overview",
|
||||
L"Bobby Ray's - Recent Shipments",
|
||||
L"Encyclopedia",
|
||||
L"Encyclopedia - Data",
|
||||
@@ -6995,6 +6998,7 @@ STR16 gzLaptopHelpText[] =
|
||||
L"Kerberus - Experience In Security",
|
||||
L"Militia Overview",
|
||||
L"Recon Intelligence Services",
|
||||
L"Controlled factories",
|
||||
};
|
||||
|
||||
|
||||
@@ -11581,4 +11585,16 @@ STR16 szMilitiaText[] =
|
||||
L"Cancel",
|
||||
};
|
||||
|
||||
STR16 szFactoryText[] =
|
||||
{
|
||||
L"%s: Production of %s switched off as loyalty is too low.",
|
||||
L"%s: Production of %s switched off due to insufficient funds.",
|
||||
L"%s: Production of %s switched off as it requires a merc to staff the facility.",
|
||||
L"%s: Production of %s switched off due to required items missing.",
|
||||
L"Item to build",
|
||||
|
||||
L"Preproducts", // 5
|
||||
L"h/item",
|
||||
};
|
||||
|
||||
#endif //ENGLISH
|
||||
|
||||
Reference in New Issue
Block a user