Skip to content

Commit d5c361d

Browse files
committed
better check
1 parent c5f48e8 commit d5c361d

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
@@ -294,7 +294,7 @@ pattern = '''
294294
'''
295295
position = "at"
296296
payload = '''
297-
if (not G.hand.cards[1]) and G.deck.cards[1] and not G.PROFILES[G.SETTINGS.profile].cry_none then
297+
if (not G.hand.cards[1]) and G.deck.cards[1] and G.hand.config.card_limit > 0 then
298298
G.STATE = G.STATES.DRAW_TO_HAND
299299
G.STATE_COMPLETE = false
300300
else

0 commit comments

Comments
 (0)