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 de6311b commit 1724898Copy full SHA for 1724898
lovely/planet.toml
@@ -17,7 +17,7 @@ elseif v.config.hand_type then
17
softlocked = G.GAME.hands[v.config.hand_type].played == 0
18
elseif v.config.hand_types then
19
for _, h in pairs(v.config.hand_types) do
20
- if (G.GAME.handscry_Declare or 0) > 0 then
+ if (G.GAME.hands[h].played or 0) > 0 then
21
softlocked = false
22
end
23
0 commit comments