优化符文副本重生

This commit is contained in:
xiekaidong 2023-09-20 10:54:55 +08:00
parent 7dc298a2bb
commit 37a3f3bf25

View File

@ -360,7 +360,6 @@ function BattleControllerDungeonRune:tryShowRebirth(callback)
self.dungeonRuneRemainRoundCount = self.dungeonRuneRemainRoundCount + self.addRoundCount self.dungeonRuneRemainRoundCount = self.dungeonRuneRemainRoundCount + self.addRoundCount
self.dungeonRuneMaxRoundCount = self.dungeonRuneMaxRoundCount + self.addRoundCount self.dungeonRuneMaxRoundCount = self.dungeonRuneMaxRoundCount + self.addRoundCount
self.dungeonRuneRemainRoundCount = self.dungeonRuneRemainRoundCount - 1
if self.battleUI then if self.battleUI then
local desc = self.dungeonRuneRemainRoundCount + 1 local desc = self.dungeonRuneRemainRoundCount + 1
self.battleUI:refreshWave(desc, GConst.ATLAS_PATH.COMMON, "common_dec_15") self.battleUI:refreshWave(desc, GConst.ATLAS_PATH.COMMON, "common_dec_15")