change return
This commit is contained in:
parent
734fe22007
commit
d2e0f38fbc
@ -351,7 +351,7 @@ function doUpkeep(_, clickedByColor, isRightClick)
|
||||
end
|
||||
-- do not rotate, replenish, etc. on cards in investigator card area
|
||||
if inArea(self.positionToLocal(obj.getPosition()), INVESTIGATOR_AREA) then
|
||||
return
|
||||
break
|
||||
end
|
||||
|
||||
local cardMetadata = JSON.decode(obj.getGMNotes()) or {}
|
||||
|
Loading…
Reference in New Issue
Block a user