Skip to content

Commit f489fe1

Browse files
committed
2 parents d422ada + 99ba12d commit f489fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/overrides.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ function Cryptid.create_dummy_from_stone(rank)
19801980
},
19811981
base = {
19821982
id = rank,
1983-
value = rank >= 11 and "Queen" or "10"
1983+
value = rank >= 11 and "Queen" or "10",
19841984
},
19851985
}
19861986
end
@@ -2054,7 +2054,7 @@ function get_straight(hand, min_length, skip, wrap)
20542054
"King",
20552055
"Queen",
20562056
"Jack",
2057-
10
2057+
10,
20582058
}
20592059
for i, v in pairs(new_ranks) do ranks[v] = true end
20602060
end

0 commit comments

Comments
 (0)