We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a155b8b commit ab1988eCopy full SHA for ab1988e
1 file changed
items/misc_joker.lua
@@ -2642,7 +2642,7 @@ local redbloon = {
2642
card.ability.extra.rounds_remaining = lenient_bignum(to_big(card.ability.extra.rounds_remaining) - 1)
2643
if to_big(card.ability.extra.rounds_remaining) > to_big(0) then
2644
return {
2645
- message = { localize("cry_minus_round") },
+ message = localize("cry_minus_round"),
2646
colour = G.C.FILTER,
2647
}
2648
else
0 commit comments