Skip to content

Commit a90e0a9

Browse files
authored
fix digihalu playing card joker effects
1 parent 6c71ffb commit a90e0a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

items/misc_joker.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7493,6 +7493,7 @@ local digitalhallucinations = {
74937493
ccard:set_edition({ negative = true }, true)
74947494
ccard:start_materialize({ G.C.SECONDARY_SET.Enhanced })
74957495
G.play:emplace(ccard)
7496+
playing_card_joker_effects({ccard}) -- odd timing
74967497
table.insert(G.playing_cards, ccard)
74977498
return true
74987499
end,
@@ -7513,8 +7514,6 @@ local digitalhallucinations = {
75137514
end,
75147515
}))
75157516
draw_card(G.play, G.deck, 90, "up", nil)
7516-
7517-
playing_card_joker_effects({ true }) -- who knows what most this stuff does, i just copied it from marble jonkler
75187517
return nil, true
75197518
end
75207519
end

0 commit comments

Comments
 (0)