Fix charms in new deck

This commit is contained in:
Emik 2026-06-06 19:23:52 +02:00
parent 71b2029f47
commit 54fe6e96dc
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 1 deletions

View file

@ -166,6 +166,7 @@ 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.2" "version": "1.7.3"
} }