Skip to content

Commit 8fd7e98

Browse files
oops
1 parent 241e013 commit 8fd7e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7934,7 +7934,7 @@ local highfive = {
79347934
if maximum == 5 and fives ~= #context.scoring_hand then
79357935
for index = 1, #context.scoring_hand do
79367936
local v = context.scoring_hand[index]
7937-
if v:get_id() ~= "5" and not SMODS.has_no_rank(v) then
7937+
if v:get_id() ~= 5 and not SMODS.has_no_rank(v) then
79387938
whapoosh = true
79397939
G.E_MANAGER:add_event(Event({
79407940
func = function()

0 commit comments

Comments
 (0)