Skip to content

Commit

Permalink
Add missing money crates to TD campaign missions
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdefg30 authored and reaperrr committed Apr 17, 2020
1 parent e8084ad commit 32b241e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mods/cnc/maps/gdi04a/map.yaml
Expand Up @@ -405,6 +405,9 @@ Actors:
Owner: Nod
Facing: 192
SubCell: 3
Actor101: moneycrate
Location: 56,23
Owner: Neutral
HandOfNod: hand
Location: 30,53
Owner: Nod
Expand Down
3 changes: 3 additions & 0 deletions mods/cnc/maps/gdi05b/map.yaml
Expand Up @@ -483,6 +483,9 @@ Actors:
Owner: Nod
Facing: 160
SubCell: 4
Actor167: moneycrate
Location: 26,42
Owner: Neutral
waypoint27: waypoint
Location: 32,41
Owner: Neutral
Expand Down
3 changes: 3 additions & 0 deletions mods/cnc/maps/gdi08a/map.yaml
Expand Up @@ -882,5 +882,8 @@ Actors:
waypoint0: waypoint
Location: 19,53
Owner: Neutral
Actor239: moneycrate
Owner: Neutral
Location: 5,42

Rules: cnc|rules/campaign-maprules.yaml, cnc|rules/campaign-tooltips.yaml, cnc|rules/campaign-palettes.yaml, rules.yaml
3 changes: 3 additions & 0 deletions mods/cnc/maps/gdi09/map.yaml
Expand Up @@ -776,6 +776,9 @@ Actors:
GDIHeliLZ: waypoint
Location: 41,44
Owner: Neutral
Actor224: moneycrate
Owner: Neutral
Location: 5,48

Rules: cnc|rules/campaign-maprules.yaml, cnc|rules/campaign-tooltips.yaml, cnc|rules/campaign-palettes.yaml, rules.yaml

Expand Down
4 changes: 4 additions & 0 deletions mods/cnc/maps/nod07a/nod07a.lua
Expand Up @@ -175,6 +175,10 @@ WorldLoaded = function()
EliminateGDI = Nod.AddObjective("Eliminate all GDI forces in the area.")
BuildSAMs = Nod.AddObjective("Build 3 SAMs to fend off the GDI bombers.", "Secondary", false)
GDIObjective = GDI.AddObjective("Eliminate all Nod forces in the area.")

Trigger.OnKilled(GDIProc, function()
Actor.Create("moneycrate", true, { Owner = GDI, Location = CPos.New(24, 54) })
end)
end

Tick = function()
Expand Down
3 changes: 3 additions & 0 deletions mods/cnc/maps/nod09/map.yaml
Expand Up @@ -696,6 +696,9 @@ Actors:
Location: 54,6
Facing: 92
TurretFacing: 92
Actor245: moneycrate
Location: 5,6
Owner: Neutral
waypoint27: waypoint
Location: 32,32
Owner: Neutral
Expand Down

0 comments on commit 32b241e

Please sign in to comment.