Merge pull request #6774 from reaperrr/lst-wps

GDI01 and GDI02 fixes
This commit is contained in:
Paul Chote
2014-10-18 13:45:47 +13:00
3 changed files with 9 additions and 3 deletions

View File

@@ -446,7 +446,7 @@ Actors:
Location: 54,61 Location: 54,61
Owner: Neutral Owner: Neutral
lstEnd: waypoint lstEnd: waypoint
Location: 54,56 Location: 54,57
Owner: Neutral Owner: Neutral
Smudges: Smudges:

View File

@@ -14,7 +14,7 @@ BridgeheadSecured = function()
Reinforce(MobileConstructionVehicle) Reinforce(MobileConstructionVehicle)
Trigger.AfterDelay(Utils.Seconds(15), NodAttack) Trigger.AfterDelay(Utils.Seconds(15), NodAttack)
Trigger.AfterDelay(Utils.Seconds(30), function() Reinforce(EngineerReinforcements) end) Trigger.AfterDelay(Utils.Seconds(30), function() Reinforce(EngineerReinforcements) end)
Trigger.AfterDelay(Utils.Seconds(60), function() Reinforce(VehicleReinforcements) end) Trigger.AfterDelay(Utils.Seconds(120), function() Reinforce(VehicleReinforcements) end)
end end
NodAttack = function() NodAttack = function()

View File

@@ -728,7 +728,7 @@ Actors:
Location: 35,33 Location: 35,33
Owner: Neutral Owner: Neutral
lstEnd: waypoint lstEnd: waypoint
Location: 58,56 Location: 58,57
Owner: GDI Owner: GDI
lstStart: waypoint lstStart: waypoint
Location: 58,61 Location: 58,61
@@ -791,6 +791,9 @@ Rules:
ShowOwnerRow: false ShowOwnerRow: false
HARV: HARV:
-MustBeDestroyed: -MustBeDestroyed:
Harvester:
SearchFromProcRadius: 32
SearchFromOrderRadius: 20
PROC: PROC:
Buildable: Buildable:
Prerequisites: ~disabled Prerequisites: ~disabled
@@ -824,6 +827,9 @@ Rules:
ATWR: ATWR:
Buildable: Buildable:
Prerequisites: ~disabled Prerequisites: ~disabled
BRIK:
Buildable:
Prerequisites: ~disabled
E2: E2:
Buildable: Buildable:
Prerequisites: ~disabled Prerequisites: ~disabled