From 7d6288e59f5ec21091a10d1ad9a0f6e9ebfee030 Mon Sep 17 00:00:00 2001 From: Emik Date: Wed, 10 Jun 2026 13:02:13 +0200 Subject: [PATCH] Tweak numbers --- manifest.json | 2 +- src/joker.lua | 2 +- src/main.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index b59a3d1..7e36e36 100644 --- a/manifest.json +++ b/manifest.json @@ -19,5 +19,5 @@ "conflicts": [ "Jen" ], - "version": "1.7.18" + "version": "1.7.19" } \ No newline at end of file diff --git a/src/joker.lua b/src/joker.lua index e19537e..3a9b8a1 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -154,7 +154,7 @@ local esc = SMODS.Joker { "{C:inactive,s:0.75,E:1}#5#{C:red,s:1.5,E:1}#6#", }, }, - config = {extra = {money = 2, xmoney = 2, max = 1000}}, + config = {extra = {money = 2, xmoney = 2, max = 200}}, attributes = {"destroy_card", "economy", "tag"}, pos = {x = 0, y = 0}, sinis = {x = 2, y = 0}, diff --git a/src/main.lua b/src/main.lua index d72cee6..a4137ab 100644 --- a/src/main.lua +++ b/src/main.lua @@ -302,7 +302,7 @@ function Game:update(dt) local ante = G.GAME.round_resets.ante local blind = get_blind_amount((ante >= 1 and ante <= 8) and math.floor(ante) or ante) G.P_BLINDS["bl_jane_wee"].mult = 22 / blind - G.P_BLINDS["bl_jane_descending"].mult = math.floor(8 * math.sqrt(blind)) / blind + G.P_BLINDS["bl_jane_descending"].mult = math.ceil(8 * math.sqrt(blind)) / blind Jane.update_honey() if not Jane.bans_done then