diff --git a/manifest.json b/manifest.json index 9a19715..a20b596 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.5.14" + "version": "1.5.15" } \ No newline at end of file diff --git a/src/tarot.lua b/src/tarot.lua index 2c3b4f5..c2a89d0 100644 --- a/src/tarot.lua +++ b/src/tarot.lua @@ -2,10 +2,10 @@ local function j() return G.GAME.used_vouchers.v_jane_jolly_voucher and "j_jolly" or "j_joker" end -local required = Cryptid and 2 or 4 +local required = 2 local function get_uses() - G.GAME.joker_in_a_tarot = G.GAME.joker_in_a_tarot or 2 + G.GAME.joker_in_a_tarot = G.GAME.joker_in_a_tarot or required return G.GAME.joker_in_a_tarot end