From d362e1cb54e7675a6df09e0b7ceb87fc0a6cfef7 Mon Sep 17 00:00:00 2001 From: MrZ_26 Date: Fri, 21 Aug 2020 00:30:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E9=AB=98=E6=AD=BB=E4=BA=A1=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E6=94=B9=E4=B8=BA42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/player.lua b/parts/player.lua index 74102d77..0b251dad 100644 --- a/parts/player.lua +++ b/parts/player.lua @@ -1226,7 +1226,7 @@ function player.garbageRise(P,color,amount,pos) _=P.dropFX[i] _[3],_[5]=_[3]+amount,_[5]+amount end - if #P.field>40 then P:lose()end + if #P.field>42 then P:lose()end end local invList={2,1,4,3,5,6,7}