超高死亡高度改为42

This commit is contained in:
MrZ_26
2020-08-21 00:30:47 +08:00
parent ff9647bd00
commit d362e1cb54

View File

@@ -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}