Skip to content

Commit ab1988e

Browse files
Fix Red Bloon crash
1 parent a155b8b commit ab1988e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ local redbloon = {
26422642
card.ability.extra.rounds_remaining = lenient_bignum(to_big(card.ability.extra.rounds_remaining) - 1)
26432643
if to_big(card.ability.extra.rounds_remaining) > to_big(0) then
26442644
return {
2645-
message = { localize("cry_minus_round") },
2645+
message = localize("cry_minus_round"),
26462646
colour = G.C.FILTER,
26472647
}
26482648
else

0 commit comments

Comments
 (0)