Tweak number

This commit is contained in:
Emik 2026-06-24 01:09:19 +02:00
parent 5931aa264b
commit 3e679120e0
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

@ -18,5 +18,5 @@
"conflicts": [
"Jen"
],
"version": "1.10.8"
"version": "1.10.9"
}

View file

@ -634,7 +634,7 @@ SMODS.Joker {
local extra = card.ability.extra
local max_karma = extra.max_karma
extra.is_attuned = extra.is_attuned and extra.karma >= max_karma
G.GAME.spectral_rate = math.max(G.GAME.spectral_rate, extra.is_attuned and 20 or 2)
G.GAME.spectral_rate = math.max(G.GAME.spectral_rate, extra.is_attuned and 5 or 2)
local function ascend()
if extra.is_attuning then