From 9eafdbf741b452334930cbd719a236bdaa0fb804 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 8 Apr 2021 01:29:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=A9=E5=AE=B6=E6=AD=BB=E4=BA=A1=E5=90=8E?= =?UTF-8?q?=E6=8F=92=E5=85=A5=E7=A9=BA=E6=93=8D=E4=BD=9C=E4=BF=9D=E8=AF=81?= =?UTF-8?q?=E5=88=AB=E4=BA=BA=E7=9C=8B=E5=88=B0=E7=9A=84=E8=87=AA=E5=B7=B1?= =?UTF-8?q?=E8=83=BD=E4=BF=9D=E6=8C=81=E6=9B=B4=E6=96=B0=E4=B8=80=E6=AE=B5?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/parts/player/player.lua b/parts/player/player.lua index 195add8a..c8d90995 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -1683,6 +1683,10 @@ function Player:die()--Called both when win/lose! self.visTime[i][j]=min(self.visTime[i][j],20) end end + if GAME.NET and self.id==1 then + ins(GAME.rep,GAME.frame+260) + ins(GAME.rep,0) + end end function Player:win(result) if self.result then return end