Skip to content

Commit bf148f6

Browse files
committed
wtf is going on
1 parent 8917174 commit bf148f6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

items/enhanced.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/ui.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)