Skip to content

Commit 82d9586

Browse files
committed
Fix extra slots and card limit tooltips replacing main tooltips in collection
1 parent a75dc32 commit 82d9586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely/card_limit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ target = 'functions/common_events.lua'
250250
match_indent = true
251251
position = 'before'
252252
pattern = '''
253-
if first_pass and not (_c.set == 'Edition') and badges then
253+
for _, v in ipairs(info_queue) do
254254
'''
255255
payload = '''
256256
if card and card.ability and (card.ability.extra_slots_used or 0) ~= 0 then

0 commit comments

Comments
 (0)