Fix charms in new deck
This commit is contained in:
parent
71b2029f47
commit
54fe6e96dc
2 changed files with 2 additions and 1 deletions
|
|
@ -166,6 +166,7 @@ target = "game.lua"
|
|||
pattern = '''self.discard = CardArea('''
|
||||
position = "before"
|
||||
payload = '''else
|
||||
Bakery_API.create_charm_area()
|
||||
self.jokers = CardArea(
|
||||
0, 0,
|
||||
CAI.joker_W+CAI.consumeable_W,
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.7.2"
|
||||
"version": "1.7.3"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue