bug修复
This commit is contained in:
parent
8266b13b9a
commit
13a137a6fd
@ -2215,7 +2215,7 @@ function BattleBaseController:shuffleBoard(callback)
|
|||||||
else
|
else
|
||||||
self.resetList = table.clearOrCreate(self.resetList)
|
self.resetList = table.clearOrCreate(self.resetList)
|
||||||
for posId, entity in pairs(self.battleData:getGridEnties()) do
|
for posId, entity in pairs(self.battleData:getGridEnties()) do
|
||||||
if self:getPosIdInCurActionBoardRowRange(posId) and entity:isCanFallStatus() then
|
if self:getPosIdInCurActionBoardRowRange(posId) and entity:isCanFallStatus() and not entity:getCantUpset() then
|
||||||
table.insert(self.resetList, entity)
|
table.insert(self.resetList, entity)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user