Require 2 uses of Joker in a Tarot from start

This commit is contained in:
Emik 2025-08-19 18:28:21 +02:00
parent 63a48ff597
commit 023fa306ff
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -5,7 +5,7 @@ end
local required = 2
local function get_uses()
G.GAME.joker_in_a_tarot = G.GAME.joker_in_a_tarot or required
G.GAME.joker_in_a_tarot = G.GAME.joker_in_a_tarot or 0
return G.GAME.joker_in_a_tarot
end