File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Data/Missions.rte/Activities Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -844,7 +844,7 @@ function DecisionDay:DoSpeedrunMode()
844
844
self :SetTeamTech (self .aiTeam , " -All-" );
845
845
self .aiTeamTech = PresetMan :GetModuleID (self :GetTeamTech (self .aiTeam ));
846
846
847
- MusicMan :PlayDynamicSong (" GenericBoss Fight Music" , " Default" , true );
847
+ MusicMan :PlayDynamicSong (" Generic Boss Fight Music" , " Default" , true );
848
848
849
849
self .messageTimer :SetSimTimeLimitMS (1 );
850
850
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ function MaginotMission:UpdateActivity()
387
387
self .currentFightStage = self .fightStage .evacuateBrain ;
388
388
self .screenTextTimer :Reset ();
389
389
self .roundTimer :Reset ();
390
- MusicMan :PlayDynamicSong (" GenericBoss Fight Music" , " Default" , true );
390
+ MusicMan :PlayDynamicSong (" Generic Boss Fight Music" , " Default" , true );
391
391
elseif self .currentFightStage < self .fightStage .enterEvacuationRocket then
392
392
for player = Activity .PLAYER_1 , Activity .MAXPLAYERCOUNT - 1 do
393
393
if self :PlayerActive (player ) and self :PlayerHuman (player ) and not self .brainDead [player ] and self .rescueTrigger :IsInside (self :GetPlayerBrain (player ).Pos ) then
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ function SignalHunt:DoSpeedrunMode()
326
326
self .Difficulty = Activity .MAXDIFFICULTY ;
327
327
self :SetTeamFunds (0 , self .humanTeam );
328
328
329
- MusicMan :PlayDynamicSong (" GenericBoss Fight Music" , " Default" , true );
329
+ MusicMan :PlayDynamicSong (" Generic Boss Fight Music" , " Default" , true );
330
330
331
331
for player = Activity .PLAYER_1 , Activity .MAXPLAYERCOUNT - 1 do
332
332
if self :PlayerActive (player ) and self :PlayerHuman (player ) then
You can’t perform that action at this time.
0 commit comments