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 241e013 commit 8fd7e98Copy full SHA for 8fd7e98
items/misc_joker.lua
@@ -7934,7 +7934,7 @@ local highfive = {
7934
if maximum == 5 and fives ~= #context.scoring_hand then
7935
for index = 1, #context.scoring_hand do
7936
local v = context.scoring_hand[index]
7937
- if v:get_id() ~= "5" and not SMODS.has_no_rank(v) then
+ if v:get_id() ~= 5 and not SMODS.has_no_rank(v) then
7938
whapoosh = true
7939
G.E_MANAGER:add_event(Event({
7940
func = function()
0 commit comments