adding readbag to hover
This commit is contained in:
parent
8c54a4d19b
commit
1653290b3a
@ -141,6 +141,14 @@ function readBag()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- native event from TTS - used to update the context menu for cards like "Unrelenting"
|
||||||
|
function onHover()
|
||||||
|
if SHOW_READ_BAG then
|
||||||
|
readBag()
|
||||||
|
generateContextMenu()
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
-- seals the named token on this card
|
-- seals the named token on this card
|
||||||
function sealToken(name, playerColor)
|
function sealToken(name, playerColor)
|
||||||
if not Global.call("canTouchChaosTokens") then return end
|
if not Global.call("canTouchChaosTokens") then return end
|
||||||
|
Loading…
Reference in New Issue
Block a user