diff --git a/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua b/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua index 58f08c54..ab46ab0f 100644 --- a/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua +++ b/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua @@ -151,7 +151,7 @@ function BattleControllerDungeonRune:enterRoundBegin() end -- 完成任务 local taskOver = self:getRuneTaskAllOver() - if taskOver then + if taskOver and not self.isBossChapter then self.victory = true self:postWaveOver(false) self:battleEnd()