Fix Frozen Estate edgecase
This commit is contained in:
parent
3f05ac6238
commit
5c76ee60d2
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue