修复混战模式失败后播音乐失败
This commit is contained in:
@@ -2868,7 +2868,7 @@ function Player:lose(force)
|
|||||||
SFX.play('fail')
|
SFX.play('fail')
|
||||||
VOC.play('lose')
|
VOC.play('lose')
|
||||||
if self.gameEnv.layout=='royale' then
|
if self.gameEnv.layout=='royale' then
|
||||||
BGM.play(' end')
|
BGM.play('end')
|
||||||
end
|
end
|
||||||
gameOver()
|
gameOver()
|
||||||
self:newTask(#PLAYERS>1 and task_lose or task_finish)
|
self:newTask(#PLAYERS>1 and task_lose or task_finish)
|
||||||
|
|||||||
Reference in New Issue
Block a user