@@ -341,7 +341,7 @@ local pact = {
341341 v .ability .link = linktxt
342342 v :juice_up ()
343343 end
344- ()
344+
345345 end ,
346346 can_use = function (self , card )
347347 local num = Entropy .GetHighlightedCards ({G .hand }, card )
@@ -486,7 +486,7 @@ local rejuvenate = {
486486 card3 :set_ability (enh )
487487 card3 :set_seal (seal )
488488 end )
489- ()
489+
490490 ease_dollars (card2 .ability .dollars )
491491 end ,
492492 can_use = function (self , card )
@@ -536,7 +536,7 @@ local crypt = {
536536 v :set_edition ()
537537 end
538538 end )
539- ()
539+
540540 end ,
541541 can_use = function (self , card )
542542 local cards = Entropy .GetHighlightedCards ({G .jokers }, card )
@@ -1171,7 +1171,7 @@ local evocation = {
11711171 end
11721172 G .GAME .round_resets .hands = G .GAME .round_resets .hands - card2 .ability .hands
11731173 ease_hands_played (- card2 .ability .hands )
1174- ()
1174+
11751175 end ,
11761176 can_use = function (self , card )
11771177 return G .jokers and # G .jokers .highlighted > 0 and # G .jokers .highlighted <= card .ability .num
@@ -1445,7 +1445,7 @@ local entomb = {
14451445 c .area = G .consumeables
14461446 G .consumeables :align_cards ()
14471447 end
1448- ()
1448+
14491449 end ,
14501450 can_use = function (self , card )
14511451 return G .consumeables and # Entropy .GetHighlightedCards ({G .consumeables }, card ) > 0 and # Entropy .GetHighlightedCards ({G .consumeables }, card ) <= card .ability .num
@@ -1775,7 +1775,7 @@ local purity = {
17751775 Entropy .ApplySticker (v , " entr_pure" )
17761776 v :juice_up ()
17771777 end
1778- ()
1778+
17791779 end ,
17801780 can_use = function (self , card )
17811781 local num = # Entropy .GetHighlightedCards ({G .jokers }, card )
0 commit comments