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