From 023fa306ff0cb247e22e7655c88d963444653e04 Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 19 Aug 2025 18:28:21 +0200 Subject: [PATCH] Require 2 uses of Joker in a Tarot from start --- manifest.json | 2 +- src/tarot.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a20b596..df327df 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.5.15" + "version": "1.5.17" } \ No newline at end of file diff --git a/src/tarot.lua b/src/tarot.lua index c2a89d0..e475247 100644 --- a/src/tarot.lua +++ b/src/tarot.lua @@ -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