File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -952,10 +952,14 @@ function __setting_blind(t)
952952end
953953
954954function __poker_hand (t )
955- return { poker_hands = { [t ] = {" m" } } }
955+ return { poker_hands = { [t ] = { " m" } } }
956956end
957957
958- __any_suit = { other_card = { is_suit = function (self ) return true end } }
958+ __any_suit = { other_card = {
959+ is_suit = function (self )
960+ return true
961+ end ,
962+ } }
959963
960964-- How these work: {constructor function, extra args, wrapper func}
961965Cryptid .force_contexts = {
@@ -1014,10 +1018,10 @@ Cryptid.force_contexts = {
10141018 end end
10151019 },
10161020 -- Cryptid Jokers (alphabetical order probably?)
1017- j_cry_demicolon = {__joker_main },
1018- j_cry_m = {{ selling_card = true , card = {
1021+ j_cry_demicolon = { __joker_main },
1022+ j_cry_m = { { selling_card = true , card = {
10191023 is_jolly = function (self )
10201024 return true
10211025 end ,
1022- } }},
1026+ } } },
10231027}
You can’t perform that action at this time.
0 commit comments