change return

This commit is contained in:
dscarpac 2024-09-29 23:59:56 -05:00
parent 734fe22007
commit d2e0f38fbc

View File

@ -351,7 +351,7 @@ function doUpkeep(_, clickedByColor, isRightClick)
end end
-- do not rotate, replenish, etc. on cards in investigator card area -- do not rotate, replenish, etc. on cards in investigator card area
if inArea(self.positionToLocal(obj.getPosition()), INVESTIGATOR_AREA) then if inArea(self.positionToLocal(obj.getPosition()), INVESTIGATOR_AREA) then
return break
end end
local cardMetadata = JSON.decode(obj.getGMNotes()) or {} local cardMetadata = JSON.decode(obj.getGMNotes()) or {}