Skip to content

Commit ea078b7

Browse files
committed
Change patch target to correct file, fixes #1125
1 parent bbeb5f5 commit ea078b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lovely/card_limit.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,14 @@ payload = '''
231231
'''
232232
[[patches]]
233233
[patches.pattern]
234-
target = 'functions/UI_definitions.lua'
234+
target = 'game.lua'
235235
match_indent = true
236236
position = 'at'
237237
pattern = '''
238238
{card_limit = 5, type = 'play'})
239239
'''
240240
payload = '''
241-
{card_limit = 5, type = 'play', negative_info = true})
241+
{card_limit = 5, type = 'play', negative_info = 'playing_card'})
242242
'''
243243

244244
# generate_card_ui()

0 commit comments

Comments
 (0)