From 60b1424585c62084390f743792f9f883b18e8653 Mon Sep 17 00:00:00 2001 From: Oliver Brakmann Date: Mon, 1 Jun 2015 17:05:49 +0200 Subject: [PATCH] Fix actor placement and typo in nod06a --- mods/cnc/maps/nod06a/map.yaml | 8 ++++---- mods/cnc/maps/nod06a/nod06a.lua | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mods/cnc/maps/nod06a/map.yaml b/mods/cnc/maps/nod06a/map.yaml index a3bd99b0cf..3e500adfd8 100644 --- a/mods/cnc/maps/nod06a/map.yaml +++ b/mods/cnc/maps/nod06a/map.yaml @@ -508,17 +508,17 @@ Actors: Owner: GDI SubCell: 4 Actor158: e2 - Location: 32,58 + Location: 32,57 Owner: GDI - SubCell: 1 + SubCell: 4 Actor159: e2 Location: 39,52 Owner: GDI SubCell: 0 Actor160: e2 - Location: 40,51 + Location: 40,50 Owner: GDI - SubCell: 1 + SubCell: 4 waypoint27: waypoint Location: 54,58 Owner: Neutral diff --git a/mods/cnc/maps/nod06a/nod06a.lua b/mods/cnc/maps/nod06a/nod06a.lua index 1b91adbb21..addc164351 100644 --- a/mods/cnc/maps/nod06a/nod06a.lua +++ b/mods/cnc/maps/nod06a/nod06a.lua @@ -189,7 +189,7 @@ WorldLoaded = function() end) Trigger.OnEnteredFootprint(Win2CellTriggerActivator, function(a, id) - if a.Owner == Nod and NodObjective1 then + if a.Owner == Nod and NodObjective3 then Nod.MarkCompletedObjective(NodObjective3) Trigger.RemoveFootprintTrigger(id) end