balatro-mods/Cartomancer-v.4.10-fix-fix/lovely/stackable-deck-steamodded-0.9.8.toml
2025-01-19 15:01:49 +08:00

16 lines
320 B
TOML

[manifest]
version = "1.0.0"
dump_lua = true
priority = 69
# Add unique count
[[patches]]
[patches.pattern]
target = "main.lua"
match_indent = true
pattern = "modded and {"
position = "before"
payload = '''
not unplayed_only and Cartomancer.add_unique_count() or nil, -- Cartomancer Steamodded 0.9.8 compatibility'''