Fixed issue that caused crashes due to newer versions of SMODS. Will now work with MacOS systems

This commit is contained in:
davidmolgard
2025-04-21 17:18:10 -06:00
parent 20f39ff09b
commit f0cce6c663
3 changed files with 2 additions and 12 deletions

View File

@@ -317,7 +317,7 @@ function FN.SIM.simulate_blind_debuffs()
return false -- IMPORTANT: Avoid duplicate effects from Blind:debuff_hand() below
end
return blind_obj:debuff_hand(FN.SIM.env.played_cards, FN.SIM.env.poker_hands, FN.SIM.env.scoring_name, true)
return blind_obj:debuff_hand(G.hand.highlighted, FN.SIM.env.poker_hands, FN.SIM.env.scoring_name, true)
end
--