Require 2 uses of Joker in a Tarot from start
This commit is contained in:
parent
63a48ff597
commit
023fa306ff
2 changed files with 2 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.5.15"
|
"version": "1.5.17"
|
||||||
}
|
}
|
||||||
|
|
@ -5,7 +5,7 @@ end
|
||||||
local required = 2
|
local required = 2
|
||||||
|
|
||||||
local function get_uses()
|
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
|
return G.GAME.joker_in_a_tarot
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue