File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ local e_deck = {
100100 edeck_type = " edition" ,
101101 config = { cry_no_edition_price = true },
102102 apply = function (self )
103- local aaa = Cryptid .enhanced_deck_info (self )
103+ local aaa = Cryptid .enhanced_deck_info ({} )
104104 G .GAME .modifiers .cry_force_edition = aaa
105105 -- Ban Edition tags (They will never redeem)
106106 for k , v in pairs (G .P_TAGS ) do
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ SMODS.DrawStep({
1414 self .params .viewed_back
1515 ) == " table" and self .params .viewed_back or (self .params .viewed_back and G .GAME .viewed_back or G .GAME .selected_back ))
1616 or Back (G .P_CENTERS [" b_red" ])
17- if currentBack .effect .config .cry_force_edition and not currentBack .effect .config .cry_antimatter then
18- end
1917 if
2018 currentBack .effect .config .cry_force_seal
2119 and not currentBack .effect .config .hide_seal
You can’t perform that action at this time.
0 commit comments