Replace nod07 music and fix codestyle
This commit is contained in:
@@ -133,7 +133,7 @@ end
|
||||
|
||||
SendWaves = function(counter, Waves)
|
||||
if counter <= #Waves then
|
||||
team = Waves[counter]
|
||||
local team = Waves[counter]
|
||||
if team.teamType == "atk" then
|
||||
SendAttackWave(team)
|
||||
elseif team.teamType == "rei" then
|
||||
|
||||
@@ -2,7 +2,7 @@ World:
|
||||
LuaScript:
|
||||
Scripts: nod07a.lua, nod07a-AI.lua
|
||||
MusicPlaylist:
|
||||
StartingMusic: linefire
|
||||
StartingMusic: justdoit
|
||||
VictoryMusic: nod_win1
|
||||
MissionData:
|
||||
Briefing: The Brotherhood has located a huge field of Tiberium in the area.\n\nThe nearby village has laid claim to the field.\n\nEliminate the villagers, as to prevent any infection of our own workers.\n\nGDI forces are reported to be minimal, so elimination of them is of secondary importance.
|
||||
|
||||
@@ -139,7 +139,7 @@ end
|
||||
|
||||
SendWaves = function(counter, Waves)
|
||||
if counter <= #Waves then
|
||||
team = Waves[counter]
|
||||
local team = Waves[counter]
|
||||
SendAttackWave(team)
|
||||
Trigger.AfterDelay(DateTime.Seconds(team.delay), function() SendWaves(counter + 1, Waves) end)
|
||||
end
|
||||
|
||||
@@ -2,7 +2,7 @@ World:
|
||||
LuaScript:
|
||||
Scripts: nod07b.lua, nod07b-AI.lua
|
||||
MusicPlaylist:
|
||||
StartingMusic: linefire
|
||||
StartingMusic: justdoit
|
||||
VictoryMusic: nod_win1
|
||||
MissionData:
|
||||
Briefing: The Brotherhood has located a huge field of Tiberium in the area.\n\nThe nearby village has laid claim to the field.\n\nEliminate the villagers, as to prevent any infection of our own workers.\n\nGDI forces are reported to be minimal, so elimination of them is of secondary importance.
|
||||
|
||||
Reference in New Issue
Block a user