Skip to content

Commit 8e8b663

Browse files
committed
remove hidden consumables from ccd
1 parent 06497e4 commit 8e8b663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely/ccd.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position = "before"
1212
payload = '''
1313
if G.GAME.modifiers.cry_ccd then
1414
for k, v in pairs(G.playing_cards) do
15-
v:set_ability(Cryptid.random_consumable('cry_ccd',{"no_doe", "no_grc"}, nil, nil, true), true, nil)
15+
v:set_ability(Cryptid.random_consumable('cry_ccd', nil, nil, nil, true), true, nil)
1616
end
1717
end
1818
'''

0 commit comments

Comments
 (0)