Tweak number
This commit is contained in:
parent
5931aa264b
commit
3e679120e0
2 changed files with 2 additions and 2 deletions
|
|
@ -18,5 +18,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.10.8"
|
||||
"version": "1.10.9"
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue