diff --git a/manifest.json b/manifest.json index 9c087bc..88b80a7 100644 --- a/manifest.json +++ b/manifest.json @@ -18,5 +18,5 @@ "conflicts": [ "Jen" ], - "version": "1.8.7" + "version": "1.8.8" } \ No newline at end of file diff --git a/src/main.lua b/src/main.lua index bdab467..bc478d7 100644 --- a/src/main.lua +++ b/src/main.lua @@ -214,6 +214,14 @@ function Jane.q(func, delay, timer, trigger, blockable, blocking, no_delete) })) end +if false then + ---@type { aliases: { [string]: string } }? + Cryptid = Cryptid + + ---@type fun(any): boolean + _G.is_number = _G.is_number +end + local orig_can_highlight = CardArea.can_highlight function CardArea:can_highlight(...) diff --git a/src/token.lua b/src/token.lua index 204bdfd..0f6719d 100644 --- a/src/token.lua +++ b/src/token.lua @@ -115,7 +115,9 @@ for _, v in pairs({ can_divide = true, can_use = Jane.can_use, in_pool = function(_, _) - return G.GAME.used_vouchers.v_jane_token_voucher or G.GAME.modifiers.Roland_alt_swapper_deck + return G.GAME.used_vouchers.v_jane_token_voucher or + G.GAME.used_vouchers.v_jane_token_voucher_plus or + G.GAME.modifiers.Roland_alt_swapper_deck end, use = function(_, _, _, _) play_sound("jane_e_gilded", 1.25, 0.4)