修复非极简/非任务判负并未完全判负

This commit is contained in:
MrZ626
2021-06-15 22:51:52 +08:00
parent e0997f0ecb
commit cc89c937dc

View File

@@ -1485,7 +1485,7 @@ do--Player.drop(self)--Place piece
end
if finish then
if finish==true then self:lose()end
if finish==true then self:lose()return end
_=ENV.dropPiece if _ then _(self)end
if finish then self:win(finish)end
else