Fix Cerulean Bell debuff

This commit is contained in:
Emik 2026-07-06 18:02:24 +02:00
parent 4b76d018c0
commit a446048a51
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"id": "Roland",
"name": "Roland",
"prefix": "Roland",
"version": "2.9.35",
"version": "2.9.36",
"badge_colour": "8BE9FD",
"display_name": "Roland",
"main_file": "src/main.lua",

View file

@ -663,7 +663,7 @@ joker {
{card = card, xmult = card.ability.extra.xmult} or nil
end,
update = function(self, card)
local _ = card.area == G.jokers and self:cerulean(false)
local _ = card.area == G.jokers and self:cerulean(not not card.debuff)
end,
cerulean = function(_, value)
local _ = G.jokers and f(G.jokers.cards):each(function(v)