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 dd7b02d commit e59e2ecCopy full SHA for e59e2ec
lovely/none.toml
@@ -303,3 +303,29 @@ payload = '''
303
else
304
'''
305
match_indent = true
306
+
307
+# Fix a crash with Cerlulean bell if there are no cards in hand 1/2
308
+[[patches]]
309
+[patches.pattern]
310
+target = "blind.lua"
311
+pattern = '''
312
+forced_card.ability.forced_selection = true
313
+'''
314
+position = "before"
315
+payload = '''
316
+if forced_card then
317
318
+match_indent = true
319
320
+# Fix a crash with Cerlulean bell if there are no cards in hand 2/2
321
322
323
324
325
+G.hand:add_to_highlighted(forced_card)
326
327
+position = "after"
328
329
+end
330
331
0 commit comments