You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/hooks.lua
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1233,7 +1233,7 @@ function G.UIDEF.use_and_sell_buttons(card)
1233
1233
}},
1234
1234
}}
1235
1235
end
1236
-
ifEntropy.needs_use_button(card) andcard.config.center.useandcard.area==G.pack_cardsandG.pack_cardsand (Entropy.needs_pull_button(card) or (notSMODS.OPENED_BOOSTERornotSMODS.OPENED_BOOSTER.draw_handandcard.children.front))and (card.ability.consumeable) then
1236
+
ifEntropy.needs_use_button(card) andcard.area==G.pack_cardsandG.pack_cardsand (Entropy.needs_pull_button(card) or (notSMODS.OPENED_BOOSTERornotSMODS.OPENED_BOOSTER.draw_handandcard.children.frontand (card.ability.consumeable))) then
1237
1237
return {
1238
1238
n=G.UIT.ROOT,
1239
1239
config= { padding=-0.1, colour=G.C.CLEAR },
@@ -1305,7 +1305,7 @@ function G.UIDEF.use_and_sell_buttons(card)
1305
1305
-- Betmma can't explain it, neither can I
1306
1306
},
1307
1307
}
1308
-
elseifcard.area==G.pack_cardsandG.pack_cardsand (Entropy.needs_pull_button(card) or (notSMODS.OPENED_BOOSTERornotSMODS.OPENED_BOOSTER.draw_handandcard.children.front))and (card.ability.consumeable) then
1308
+
elseifcard.area==G.pack_cardsandG.pack_cardsand (Entropy.needs_pull_button(card) or (notSMODS.OPENED_BOOSTERornotSMODS.OPENED_BOOSTER.draw_handandcard.children.frontand (card.ability.consumeable))) then
0 commit comments