You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Data/Browncoats.rte/Activities/RefineryAssaultFunctions.lua
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ function RefineryAssault:HandleMessage(message, object)
251
251
self.Stage=5;
252
252
253
253
self.HUDHandler:QueueScreenText(self.humanTeam,
254
-
"Their sub-commander holds a keycard you'll need to authorize yourself within the facility systems. He's not going to show up in your section without a good reason, so go destroy some generators and give him one.",
254
+
"Their sub-commander holds a keycard you'll need to authorize yourself within the facility systems. He's not going to show up in your section without a good reason, so go destroy some generators and give him one.",
255
255
10000,
256
256
0,
257
257
true);
@@ -541,7 +541,7 @@ function RefineryAssault:HandleMessage(message, object)
"You'll have to take yourself and the keycard to a physical authorization console, then get someone to hack into another computer and approve the authorization. We're almost there.",
546
546
10000,
547
547
0,
@@ -1167,7 +1167,7 @@ function RefineryAssault:SetupFirstStage()
1167
1167
-- HUD Handler text
1168
1168
1169
1169
self.HUDHandler:QueueScreenText(self.humanTeam,
1170
-
"This under-construction segment of the Browncoat refinery is our best entry point. We've infiltrated you and your squad up top and are sending a few distraction squads via dropship down below.",
1170
+
"This under-construction segment of the Browncoat refinery is our best entry point. We've infiltrated you and your squad up top and are sending a few distraction squads via dropship down below.",
1171
1171
10000,
1172
1172
0,
1173
1173
true);
@@ -1240,7 +1240,7 @@ function RefineryAssault:MonitorStage1()
1240
1240
self.Stage=2;
1241
1241
1242
1242
self.HUDHandler:QueueScreenText(self.humanTeam,
1243
-
"Good job, but we're not out of the weeds yet. The next section's logistics computers hold blueprints of the whole base's internals, and will let us find more entry points to overwhelm the Browncoats. Hack them.",
1243
+
"Good job, but we're not out of the weeds yet. The next section's logistics computers hold blueprints of the whole base's internals, and will let us find more entry points to overwhelm the Browncoats. Hack them.",
1244
1244
10000,
1245
1245
0,
1246
1246
true);
@@ -1604,7 +1604,7 @@ function RefineryAssault:MonitorStage3()
1604
1604
self.Stage=4;
1605
1605
1606
1606
self.HUDHandler:QueueScreenText(self.humanTeam,
1607
-
"Damn it! They've blocked the final door somehow! We can't tell what's going on exactly, you'll have to send an infiltration squad to see if you can open the door from the other side.",
1607
+
"Damn it! They've blocked the final door somehow! We can't tell what's going on exactly, you'll have to send an infiltration squad to see if you can open the door from the other side.",
1608
1608
8500,
1609
1609
0,
1610
1610
true);
@@ -1753,6 +1753,12 @@ function RefineryAssault:MonitorStage7()
1753
1753
ifparticle.PresetName=="Refinery Boss Door Console" then
0 commit comments