Skip to content

Commit fe3c3b6

Browse files
committed
remove hudhandler tests
1 parent ec2aec6 commit fe3c3b6

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

Data/Browncoats.rte/Activities/RefineryAssaultFunctions.lua

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -710,28 +710,6 @@ function RefineryAssault:MonitorStage2()
710710
true,
711711
true);
712712

713-
self.HUDHandler:AddObjective(self.humanTeam,
714-
"T1",
715-
"Defeat facility operator",
716-
"Attack",
717-
"Defeat the refinery operator",
718-
"Defeat the operator monitoring the refinery. It can't hurt.",
719-
nil,
720-
false,
721-
true,
722-
false);
723-
724-
self.HUDHandler:AddObjective(self.humanTeam,
725-
"T2",
726-
"Defeat facility operator",
727-
"Attack",
728-
"Defeat the refinery operator",
729-
"Defeat the operator monitoring the refinery. It can't hurt.",
730-
nil,
731-
false,
732-
true,
733-
false);
734-
735713
end
736714

737715
end

0 commit comments

Comments
 (0)