mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Helicopter features (by anv):
- Waldo can now repair the helicopter for money - alternative fuel system - damage to helicopter can damage passengers Appropriate Data in GameDir r1897. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6695 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+20
-4
@@ -3299,10 +3299,23 @@ STR16 pHelicopterEtaStrings[] =
|
||||
L"Total Cost: ", // total cost of trip by helicopter
|
||||
L"ETA: ", // ETA is an acronym for "estimated time of arrival"
|
||||
L"Helicopter is low on fuel and must land in hostile territory!", // warning that the sector the helicopter is going to use for refueling is under enemy control ->
|
||||
L"Passengers: ",
|
||||
L"Select Skyrider or the Arrivals Drop-off?",
|
||||
L"Skyrider",
|
||||
L"Arrivals",
|
||||
L"Passengers: ",
|
||||
L"Select Skyrider or the Arrivals Drop-off?",
|
||||
L"Skyrider",
|
||||
L"Arrivals",
|
||||
L"Helicopter is seriously damaged and must land in hostile territory!", // warning that the sector the helicopter is going to use for refueling is under enemy control ->
|
||||
L"Helicopter will now return straight to base, do you want to drop down passengers before?",
|
||||
L"Remaining Fuel:",
|
||||
L"Dist. To Refuel Site:",
|
||||
};
|
||||
|
||||
STR16 pHelicopterRepairRefuelStrings[]=
|
||||
{
|
||||
// anv: Waldo The Mechanic - prompt and notifications
|
||||
L"Do you want %s to start repairs? It will cost $%d, and helicopter will be unavailable for around %d hour(s).",
|
||||
L"Helicopter is currently disassembled. Wait until repairs are finished.",
|
||||
L"Repairs completed. Helicopter is available again.",
|
||||
L"Helicopter is fully refueled.",
|
||||
};
|
||||
|
||||
STR16 sMapLevelString[] =
|
||||
@@ -4104,8 +4117,11 @@ STR16 pHistoryStrings[] =
|
||||
L"Slaughtered bloodcats",
|
||||
L"%s was killed",
|
||||
L"Gave Carmen a terrorist's head",
|
||||
//76-80
|
||||
L"Slay left",
|
||||
L"Killed %s",
|
||||
L"Met Waldo - aircraft mechanic.",
|
||||
L"Helicopter repairs started. Estimated time: %d hour(s).",
|
||||
};
|
||||
|
||||
STR16 pHistoryLocations[] =
|
||||
|
||||
Reference in New Issue
Block a user