let context menu open for single sealing cards

This commit is contained in:
Chr1Z93 2023-06-13 18:48:28 +02:00
parent 656764e174
commit 95ea1957dd

View File

@ -94,7 +94,7 @@ function generateContextMenu()
if not SHOW_MULTI_SEAL then
self.addContextMenuItem("Seal " .. map.name, function(playerColor)
sealToken(map.name, playerColor)
end)
end, true)
else
self.addContextMenuItem("Seal " .. SHOW_MULTI_SEAL .. " " .. map.name, function(playerColor)
readBag()