File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1312,7 +1312,7 @@ local caramel = {
13121312 card .ability .extra .rounds_remaining = lenient_bignum (to_big (card .ability .extra .rounds_remaining ) - 1 )
13131313 if to_big (card .ability .extra .rounds_remaining ) > to_big (0 ) then
13141314 return {
1315- message = { localize (" cry_minus_round" ) } ,
1315+ message = localize (" cry_minus_round" ),
13161316 colour = G .C .FILTER ,
13171317 }
13181318 else
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ local foodm = {
261261 card .ability .extra .rounds_remaining = lenient_bignum (to_big (card .ability .extra .rounds_remaining ) - 1 )
262262 if to_big (card .ability .extra .rounds_remaining ) > to_big (0 ) then
263263 return {
264- message = { localize (" cry_minus_round" ) } ,
264+ message = localize (" cry_minus_round" ),
265265 colour = G .C .FILTER ,
266266 }
267267 else
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ local wrapped = {
6767 card .ability .extra .rounds = card .ability .extra .rounds - 1
6868 if card .ability .extra .rounds > 0 then
6969 return {
70- message = { localize (" cry_minus_round" ) } ,
70+ message = localize (" cry_minus_round" ),
7171 colour = G .C .FILTER ,
7272 }
7373 else
@@ -1516,7 +1516,7 @@ local candy_cane = {
15161516 card .ability .extra .rounds = lenient_bignum (to_big (card .ability .extra .rounds ) - 1 )
15171517 if to_big (card .ability .extra .rounds ) > to_big (0 ) then
15181518 return {
1519- message = { localize (" cry_minus_round" ) } ,
1519+ message = localize (" cry_minus_round" ),
15201520 colour = G .C .FILTER ,
15211521 }
15221522 else
You can’t perform that action at this time.
0 commit comments