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 91db14e commit 0176ffdCopy full SHA for 0176ffd
lib/ascended.lua
@@ -125,7 +125,7 @@ function G.FUNCS.get_poker_hand_info(_cards)
125
G.GAME.used_vouchers.v_cry_hyperspacetether,
126
G.GAME.bonus_asc_power
127
)
128
- if a_power > 0 then
+ if to_big(a_power) > to_big(0) then
129
G.GAME.current_round.current_hand.cry_asc_num = a_power
130
-- Change mult and chips colors if hand is ascended
131
if not hidden then
0 commit comments