We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35b48a commit 7857c7eCopy full SHA for 7857c7e
Data/Missions.rte/Activities/Doainar.lua
@@ -148,9 +148,9 @@ function DoainarMission:ResumeLoadedGame()
148
end
149
150
if self.mamaAggressive and not self.mamaDead then
151
- AudioMan:PlayMusic("Base.rte/Music/dBSoundworks/bossfight.ogg", -1, -1);
+ MusicMan:PlayDynamicSong("Generic Boss Fight Music", "Default", true);
152
elseif self.passedPitfall then
153
- AudioMan:PlayMusic("Base.rte/Music/dBSoundworks/ruinexploration.ogg", -1, -1);
+ MusicMan:PlayDynamicSong("Generic Battle Music", "Default", true);
154
155
156
0 commit comments