Skip to content

Commit 0176ffd

Browse files
committed
to_big on a_power checks
1 parent 91db14e commit 0176ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ascended.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function G.FUNCS.get_poker_hand_info(_cards)
125125
G.GAME.used_vouchers.v_cry_hyperspacetether,
126126
G.GAME.bonus_asc_power
127127
)
128-
if a_power > 0 then
128+
if to_big(a_power) > to_big(0) then
129129
G.GAME.current_round.current_hand.cry_asc_num = a_power
130130
-- Change mult and chips colors if hand is ascended
131131
if not hidden then

0 commit comments

Comments
 (0)