Revert "Fix charms in new deck"

This reverts commit 54fe6e96dc.
This commit is contained in:
Emik 2026-06-06 19:35:28 +02:00
parent 54fe6e96dc
commit 2eb6a59185
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 1 additions and 2 deletions

View file

@ -166,7 +166,6 @@ target = "game.lua"
pattern = '''self.discard = CardArea(''' pattern = '''self.discard = CardArea('''
position = "before" position = "before"
payload = '''else payload = '''else
Bakery_API.create_charm_area()
self.jokers = CardArea( self.jokers = CardArea(
0, 0, 0, 0,
CAI.joker_W+CAI.consumeable_W, CAI.joker_W+CAI.consumeable_W,

View file

@ -17,5 +17,5 @@
"conflicts": [ "conflicts": [
"Jen" "Jen"
], ],
"version": "1.7.3" "version": "1.7.4"
} }