修复非极简/非任务判负并未完全判负
This commit is contained in:
@@ -1485,7 +1485,7 @@ do--Player.drop(self)--Place piece
|
|||||||
end
|
end
|
||||||
|
|
||||||
if finish then
|
if finish then
|
||||||
if finish==true then self:lose()end
|
if finish==true then self:lose()return end
|
||||||
_=ENV.dropPiece if _ then _(self)end
|
_=ENV.dropPiece if _ then _(self)end
|
||||||
if finish then self:win(finish)end
|
if finish then self:win(finish)end
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user