Fix script error in ordos05.
This commit is contained in:
@@ -201,10 +201,10 @@ WorldLoaded = function()
|
|||||||
|
|
||||||
Reinforcements.ReinforceWithTransport(player, "frigate", { "mcv" }, { OrdosStarportEntry.Location, AStarport.Location + CVec.New(1, 1) }, { OrdosStarportExit.Location })
|
Reinforcements.ReinforceWithTransport(player, "frigate", { "mcv" }, { OrdosStarportEntry.Location, AStarport.Location + CVec.New(1, 1) }, { OrdosStarportExit.Location })
|
||||||
|
|
||||||
if APower8.Owner ~= player then
|
if APower8.Owner ~= player and not APower8.IsDead then
|
||||||
APower8.Sell()
|
APower8.Sell()
|
||||||
end
|
end
|
||||||
if APower9.Owner ~= player then
|
if APower9.Owner ~= player and not APower9.IsDead then
|
||||||
APower9.Sell()
|
APower9.Sell()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user