Skip to content

Commit

Permalink
Change some targets of Shellmap squad
Browse files Browse the repository at this point in the history
  • Loading branch information
dnqbob committed Oct 6, 2023
1 parent 0ce7d3a commit b5cefcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mods/sp/maps/shellmap/luascript.lua
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ NodStealthAttack = function()
Trigger.AfterDelay(DateTime.Seconds(5), function()
nod.Build(NodStealthTeam, function(actors)
Utils.Do(actors, function(actor)
actor.Attack(GDIConYard)
actor.Attack(GDISam)
end)

Trigger.OnAllRemovedFromWorld(actors, function()
Expand All @@ -264,7 +264,7 @@ NodAirAttack = function()
Trigger.AfterDelay(DateTime.Seconds(2), function()
nod.Build(NodAirForce, function(actors)
Utils.Do(actors, function(actor)
actor.Attack(MutantTech)
actor.Attack(MutRadar)
end)

Trigger.OnAllRemovedFromWorld(actors, function()
Expand Down
4 changes: 2 additions & 2 deletions mods/sp/maps/shellmap/map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2606,7 +2606,7 @@ Actors:
Owner: GDI
Location: 72,32
TurretFacing: 596
Actor1120: gacsam
GDISam: gacsam
Owner: GDI
Location: 72,20
TurretFacing: 368
Expand Down Expand Up @@ -3361,7 +3361,7 @@ Actors:
Actor1552: nodyard
Owner: Nod
Location: 112,-29
Actor1555: muradr
MutRadar: muradr
Owner: Mutants
Location: 156,-23
Actor1558: deathclaw
Expand Down

0 comments on commit b5cefcf

Please sign in to comment.