Hide owner row for D2k special mission Outposts
This commit is contained in:
@@ -79,3 +79,4 @@ outpost:
|
|||||||
Tooltip@Modified:
|
Tooltip@Modified:
|
||||||
Name: actor-outpost-modified-name
|
Name: actor-outpost-modified-name
|
||||||
RequiresCondition: modified
|
RequiresCondition: modified
|
||||||
|
ShowOwnerRow: false
|
||||||
|
|||||||
@@ -112,8 +112,6 @@ WorldLoaded = function()
|
|||||||
CaptureOutpost = AddPrimaryObjective(Ordos, "capture-smuggler-outpost")
|
CaptureOutpost = AddPrimaryObjective(Ordos, "capture-smuggler-outpost")
|
||||||
KillHarkonnen = AddSecondaryObjective(Ordos, "destroy-harkonnen")
|
KillHarkonnen = AddSecondaryObjective(Ordos, "destroy-harkonnen")
|
||||||
|
|
||||||
SOutpost.GrantCondition("modified")
|
|
||||||
|
|
||||||
Camera.Position = OConyard.CenterPosition
|
Camera.Position = OConyard.CenterPosition
|
||||||
HarkonnenAttackLocation = OConyard.Location
|
HarkonnenAttackLocation = OConyard.Location
|
||||||
|
|
||||||
@@ -138,6 +136,7 @@ WorldLoaded = function()
|
|||||||
Ordos.MarkCompletedObjective(CaptureOutpost)
|
Ordos.MarkCompletedObjective(CaptureOutpost)
|
||||||
Smuggler.MarkFailedObjective(DefendOutpost)
|
Smuggler.MarkFailedObjective(DefendOutpost)
|
||||||
end)
|
end)
|
||||||
|
SOutpost.GrantCondition("modified")
|
||||||
end)
|
end)
|
||||||
Trigger.OnDamaged(SOutpost, function(_, attacker)
|
Trigger.OnDamaged(SOutpost, function(_, attacker)
|
||||||
if SOutpost.Owner ~= Smuggler or attacker.IsDead or attacker.Owner ~= Ordos then
|
if SOutpost.Owner ~= Smuggler or attacker.IsDead or attacker.Owner ~= Ordos then
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ outpost:
|
|||||||
Tooltip@Modified:
|
Tooltip@Modified:
|
||||||
Name: actor-outpost-modified-name
|
Name: actor-outpost-modified-name
|
||||||
RequiresCondition: modified
|
RequiresCondition: modified
|
||||||
|
ShowOwnerRow: false
|
||||||
|
|
||||||
quad:
|
quad:
|
||||||
Buildable:
|
Buildable:
|
||||||
|
|||||||
Reference in New Issue
Block a user