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 c5f48e8 commit d5c361dCopy full SHA for d5c361d
lovely/none.toml
@@ -294,7 +294,7 @@ pattern = '''
294
'''
295
position = "at"
296
payload = '''
297
- if (not G.hand.cards[1]) and G.deck.cards[1] and not G.PROFILES[G.SETTINGS.profile].cry_none then
+ if (not G.hand.cards[1]) and G.deck.cards[1] and G.hand.config.card_limit > 0 then
298
G.STATE = G.STATES.DRAW_TO_HAND
299
G.STATE_COMPLETE = false
300
else
0 commit comments