Fix Frozen Estate edgecase

This commit is contained in:
Emik 2026-03-14 12:39:49 +01:00
parent 3f05ac6238
commit 5c76ee60d2
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"author": [
"Emik"
],
"version": "2.1.1",
"version": "2.1.2",
"badge_colour": "8BE9FD",
"main_file": "src/main.lua",
"badge_text_colour": "44475A",

View file

@ -155,7 +155,7 @@ function Card:calculate_joker(context, ...)
vars = {
ability.Roland_frozen_mult_mod or
ability.Roland_frozen_chip_mod or
ability.Roland.frozen_xmult,
ability.Roland_frozen_xmult,
(ability.Roland_frozen_mult_mod and ability.Roland_frozen_chip_mod) and
ability.Roland_frozen_chip_mod or nil,
},