Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions items/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@ G.FUNCS.can_merge_ds = function(e)
and not other.merged
and card.area
and card.area.config.type ~= "shop"
and (not not card.playing_card) == (not not other.playing_card)
then
e.config.colour = G.C.PURPLE
e.config.button = "merge_ds"
Expand Down