Skip to content

Commit

Permalink
Add draw_hand custom boosters
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius7309 committed Dec 24, 2024
1 parent 36df1a5 commit d836a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overrides.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ function Card:set_edition(edition, immediate, silent)
elseif self.ability.set == 'Joker' then
G.jokers.config.card_limit = G.jokers.config.card_limit + v
elseif self.area == G.hand then
local is_in_pack = (G.STATE == G.STATES.TAROT_PACK or G.STATE == G.STATES.SPECTRAL_PACK)
local is_in_pack = (G.STATE == G.STATES.TAROT_PACK or G.STATE == G.STATES.SPECTRAL_PACK or (G.STATE == G.STATES.SMODS_BOOSTER_OPENED and SMODS.OPENED_BOOSTER.config.center.draw_hand))
G.E_MANAGER:add_event(Event({
trigger = 'immediate',
func = function()
Expand Down

0 comments on commit d836a0a

Please sign in to comment.