Skip to content

Commit ce1d243

Browse files
One Fucking Typo
1 parent fa1ee73 commit ce1d243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lovely/code.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ if cry_muse then
189189
190190
delay(0.8)
191191
if not G.GAME.modifiers.cry_beta then
192-
if to_big(G.consumeables.cards) < to_big(G.consumeables.config.card_limit) then
192+
if to_big(#G.consumeables.cards) < to_big(G.consumeables.config.card_limit) then
193193
draw_card(G.play, G.consumeables, 1, 'up', true, card, nil, true)
194194
else card:start_dissolve()
195195
end
196196
else
197-
if to_big(G.jokers.cards) < to_big(G.jokers.config.card_limit) then
197+
if to_big(#G.jokers.cards) < to_big(G.jokers.config.card_limit) then
198198
draw_card(G.play, G.jokers, 1, 'up', true, card, nil, true)
199199
else card:start_dissolve()
200200
end

0 commit comments

Comments
 (0)