From 81fa2579155da752d8442d14f6e1ea638e727461 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 1 Apr 2021 15:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B7=E6=88=98=E6=A8=A1=E5=BC=8F=E7=AC=AC?= =?UTF-8?q?=E4=BA=8C=E5=90=8D=E7=89=B9=E6=AE=8ABGM=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index d523b5e4..2844b383 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -1803,11 +1803,7 @@ function Player:lose(force) SFX.play("fail") VOC.play("lose") if GAME.modeEnv.royaleMode then - if self.modeData.place==2 then - BGM.play("hay what kind of feeling") - else - BGM.play("end") - end + BGM.play("end") end gameOver() self:newTask(#PLAYERS>1 and tick_lose or tick_finish)