Skip to content

Commit 2729b3b

Browse files
committed
feat: add card limit to joker game data
1 parent 4cf92b4 commit 2729b3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lua/utils.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ function utils.get_game_state()
372372
label = card.label,
373373
config = {
374374
center = card.config.center,
375+
card_limit = G.jokers.card_limit,
376+
card_count = G.jokers.card_count,
375377
},
376378
}
377379
end

0 commit comments

Comments
 (0)