Hotterfix
This commit is contained in:
parent
7d1ff51525
commit
15396f2707
2 changed files with 2 additions and 2 deletions
|
|
@ -19,5 +19,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.7.15"
|
"version": "1.7.16"
|
||||||
}
|
}
|
||||||
|
|
@ -432,7 +432,7 @@ SMODS.Joker {
|
||||||
card.children.floating_sprite:set_sprite_pos({x = Jane.sinister and 2 or 1, y = y})
|
card.children.floating_sprite:set_sprite_pos({x = Jane.sinister and 2 or 1, y = y})
|
||||||
end
|
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
|
if not Jane.sinister and level > 2 then
|
||||||
card:juice_up(0, math.random() * (level - 2) / #Jane.rarity_ids)
|
card:juice_up(0, math.random() * (level - 2) / #Jane.rarity_ids)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue