File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ local massproduct = { -- Clearance Sale T3; All cards and packs in the shop cost
446446 card .ability .discount_percentage
447447 }
448448 }
449- end
449+ end ,
450450 redeem = function (self )
451451 G .E_MANAGER :add_event (Event ({
452452 func = function ()
@@ -543,7 +543,7 @@ local rerollexchange = { -- Reroll Surplus T3; All rerolls cost $2
543543 card .ability .extra
544544 }
545545 }
546- end
546+ end ,
547547 redeem = function (self )
548548 G .GAME .round_resets .reroll_cost = G .GAME .round_resets .reroll_cost - self .ability .extra
549549 G .GAME .current_round .reroll_cost = math.max (0 , G .GAME .current_round .reroll_cost - self .ability .extra )
@@ -906,7 +906,7 @@ local asteroglyph = { -- Heiroglyph T3; Set Ante to 0
906906 pools = { [" Tier3" ] = true },
907907 config = {
908908 ante_mod = 1
909- }
909+ },
910910 loc_vars = function (self , info_queue , card )
911911 return { vars = { card .ability .ante_mod } }
912912 end ,
You can’t perform that action at this time.
0 commit comments