We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8712f5a commit a004459Copy full SHA for a004459
lovely/misprint.toml
@@ -40,7 +40,7 @@ match_indent = true
40
[[patches]]
41
[patches.pattern]
42
target = "card.lua"
43
-pattern = "G.GAME.pack_choices = self.config.center.config.choose or 1"
+pattern = "G.GAME.pack_choices = self.ability.choose or self.config.center.config.choose or 1"
44
position = "after"
45
payload = '''
46
G.GAME.pack_choices = ((self.ability.choose and self.ability.extra) and math.min(math.floor(self.ability.extra), self.ability.choose)) or 1
0 commit comments