Resolve conflicts between actor and API names (Radar)
This commit is contained in:
committed by
Oliver Brakmann
parent
1927b88a18
commit
0b53c1f139
@@ -120,11 +120,11 @@ InitialAlliedReinforcements = function()
|
||||
end
|
||||
|
||||
CaptureRadarDome = function()
|
||||
Trigger.OnKilled(Radar, function()
|
||||
Trigger.OnKilled(RadarDome, function()
|
||||
player.MarkFailedObjective(CaptureRadarDomeObj)
|
||||
end)
|
||||
|
||||
Trigger.OnCapture(Radar, function()
|
||||
Trigger.OnCapture(RadarDome, function()
|
||||
player.MarkCompletedObjective(CaptureRadarDomeObj)
|
||||
Beacon.New(player, TechLab1.CenterPosition)
|
||||
Beacon.New(player, TechLab2.CenterPosition)
|
||||
|
||||
Reference in New Issue
Block a user