Skip to content

Commit 50381cb

Browse files
Merge pull request #695 from icyethics/patch-1
Update none.toml
2 parents a882955 + 907097c commit 50381cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely/none.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ target = "card.lua"
5050
pattern = '''
5151
level_up_hand(context.blueprint_card or self, text, nil, 1)
5252
update_hand_text({sound = 'button', volume = 0.7, pitch = 1.1, delay = 0}, {mult = 0, chips = 0, handname = '', level = ''})
53+
return nil, true
5354
'''
5455
position = "at"
5556
payload = '''
@@ -128,7 +129,6 @@ payload = '''
128129
update_hand_text({delay = 0}, {mult = 0, chips = 0, handname = '', level = ''})
129130
end
130131
end
131-
end
132132
'''
133133
match_indent = true
134134

0 commit comments

Comments
 (0)