Buff non-cryptid joker-in-a-tarot
This commit is contained in:
parent
f93d8f09e6
commit
dd96176c3d
2 changed files with 3 additions and 3 deletions
|
|
@ -17,5 +17,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.5.14"
|
||||
"version": "1.5.15"
|
||||
}
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue