Buff non-cryptid joker-in-a-tarot

This commit is contained in:
Emik 2025-07-28 21:45:11 +02:00
parent f93d8f09e6
commit dd96176c3d
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 3 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [
"Jen"
],
"version": "1.5.14"
"version": "1.5.15"
}

View file

@ -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