@@ -40,7 +40,7 @@ local copies = { -- DTag T1; Double tags become Triple Tags and are 2X as common
4040 local tinit = Tag .init
4141 function Tag :init (tag , for_collection , _blind_type )
4242 if not for_collection then
43- if tag == " tag_double" and G .GAME .used_vouchers .v_cry_tag_printer then
43+ if tag == " tag_double" and G .GAME .used_vouchers .v_cry_tag_printer then
4444 tag = " tag_cry_triple"
4545 end
4646 if (tag == " tag_double" or tag == " tag_cry_triple" ) and G .GAME .used_vouchers .v_cry_clone_machine then
@@ -78,7 +78,7 @@ local tag_printer = { --DTag T2; Double tags become Quadruple Tags and are 3X as
7878 pos = { x = 1 , y = 2 },
7979 loc_vars = function (self , info_queue )
8080 info_queue [# info_queue + 1 ] = { set = " Tag" , key = " tag_double" }
81- info_queue [# info_queue + 1 ] = { set = " Tag" , key = " tag_cry_triple" , specific_vars = { 2 } }
81+ info_queue [# info_queue + 1 ] = { set = " Tag" , key = " tag_cry_triple" , specific_vars = { 2 } }
8282 return { vars = {} }
8383 end ,
8484 requires = { " v_cry_copies" },
@@ -438,13 +438,13 @@ local massproduct = { -- Clearance Sale T3; All cards and packs in the shop cost
438438 requires = { " v_liquidation" },
439439 pools = { [" Tier3" ] = true },
440440 config = {
441- discount_percent = 75
441+ discount_percent = 75 ,
442442 },
443443 loc_vars = function (self , q , card )
444444 return {
445445 vars = {
446- card .ability .discount_percentage
447- }
446+ card .ability .discount_percentage ,
447+ },
448448 }
449449 end ,
450450 redeem = function (self )
@@ -534,14 +534,14 @@ local rerollexchange = { -- Reroll Surplus T3; All rerolls cost $2
534534 pos = { x = 6 , y = 2 },
535535 requires = { " v_reroll_glut" },
536536 pools = { [" Tier3" ] = true },
537- config = {
538- extra = - 5
537+ config = {
538+ extra = - 5 ,
539539 },
540540 loc_vars = function (self , _ , card )
541541 return {
542542 vars = {
543- card .ability .extra
544- }
543+ card .ability .extra ,
544+ },
545545 }
546546 end ,
547547 redeem = function (self )
@@ -905,7 +905,7 @@ local asteroglyph = { -- Heiroglyph T3; Set Ante to 0
905905 requires = { " v_petroglyph" },
906906 pools = { [" Tier3" ] = true },
907907 config = {
908- ante_mod = 1
908+ ante_mod = 1 ,
909909 },
910910 loc_vars = function (self , info_queue , card )
911911 return { vars = { card .ability .ante_mod } }
0 commit comments