mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Externalizations (by Buggler)
- Externalized airport sectors - Leave equipment in Drassen used airport sector instead of bobbyr shipping location, allowing possibility of separate airport and bobbyr location - Used actual sector names instead of Omerta and Drassen hardcoded text in leave equipment message prompt git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6503 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+4
-20
@@ -3651,32 +3651,16 @@ STR16 pMiscMapScreenMouseRegionHelpText[] =
|
||||
// male version of where equipment is left
|
||||
STR16 pMercHeLeaveString[] =
|
||||
{
|
||||
#ifdef JA2UB
|
||||
L"Have %s leave his equipment where he is now (%s) or later on in Drassen (B13) upon catching flight out of Tracona?",
|
||||
L"Have %s leave his equipment where he is now (%s) or later on in Omerta (A9) upon catching flight out of Tracona?",
|
||||
#else
|
||||
L"Have %s leave his equipment where he is now (%s) or later on in Drassen (B13) upon catching flight out of Arulco?",
|
||||
L"Have %s leave his equipment where he is now (%s) or later on in Omerta (A9) upon catching flight out of Arulco?",
|
||||
#endif
|
||||
L"is about to leave and will drop off his equipment in Omerta (A9).",
|
||||
L"is about to leave and will drop off his equipment in Drassen (B13).",
|
||||
L"%s is about to leave and will drop off his equipment in %s.",
|
||||
L"Have %s leave his equipment where he is now (%s) or later on in (%s) upon catching flight?",
|
||||
L"%s is about to leave and will drop off his equipment in (%s).",
|
||||
};
|
||||
|
||||
|
||||
// female version
|
||||
STR16 pMercSheLeaveString[] =
|
||||
{
|
||||
#ifdef JA2UB
|
||||
L"Have %s leave her equipment where she is now (%s) or later on in Drassen (B13) upon catching flight out of Tracona?",
|
||||
L"Have %s leave her equipment where she is now (%s) or later on in Omerta (A9) upon catching flight out of Tracona?",
|
||||
#else
|
||||
L"Have %s leave her equipment where she is now (%s) or later on in Drassen (B13) upon catching flight out of Arulco?",
|
||||
L"Have %s leave her equipment where she is now (%s) or later on in Omerta (A9) upon catching flight out of Arulco?",
|
||||
#endif
|
||||
L"is about to leave and will drop off her equipment in Omerta (A9).",
|
||||
L"is about to leave and will drop off her equipment in Drassen (B13).",
|
||||
L"%s is about to leave and will drop off her equipment in %s.",
|
||||
L"Have %s leave her equipment where she is now (%s) or later on in (%s) upon catching flight?",
|
||||
L"%s is about to leave and will drop off her equipment in (%s).",
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user