Hotterfix

This commit is contained in:
Emik 2026-06-10 04:04:53 +02:00
parent 7d1ff51525
commit fc58d49867
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

@ -19,5 +19,5 @@
"conflicts": [
"Jen"
],
"version": "1.7.15"
"version": "1.7.16"
}

View file

@ -432,7 +432,7 @@ SMODS.Joker {
card.children.floating_sprite:set_sprite_pos({x = Jane.sinister and 2 or 1, y = y})
end
local level = tonumber(card.ability.extra.level)
local level = tonumber(card.ability.extra.level) or 0
if not Jane.sinister and level > 2 then
card:juice_up(0, math.random() * (level - 2) / #Jane.rarity_ids)