混战模式第二名特殊BGM取消
This commit is contained in:
@@ -1803,11 +1803,7 @@ function Player:lose(force)
|
|||||||
SFX.play("fail")
|
SFX.play("fail")
|
||||||
VOC.play("lose")
|
VOC.play("lose")
|
||||||
if GAME.modeEnv.royaleMode then
|
if GAME.modeEnv.royaleMode then
|
||||||
if self.modeData.place==2 then
|
BGM.play("end")
|
||||||
BGM.play("hay what kind of feeling")
|
|
||||||
else
|
|
||||||
BGM.play("end")
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
gameOver()
|
gameOver()
|
||||||
self:newTask(#PLAYERS>1 and tick_lose or tick_finish)
|
self:newTask(#PLAYERS>1 and tick_lose or tick_finish)
|
||||||
|
|||||||
Reference in New Issue
Block a user