You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: talisman.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ function lenient_bignum(x)
261
261
-- Note that any ante scaling tweaks will need to manually changed...
262
262
localgba=get_blind_amount
263
263
functionget_blind_amount(ante)
264
-
ifG.GAME.modifiers.scalingandG.GAME.modifiers.scaling>3thenreturnSMODS.get_blind_amount(ante) end
264
+
ifG.GAME.modifiers.scalingand(G.GAME.modifiers.scaling~=1andG.GAME.modifiers.scaling~=2andG.GAME.modifiers.scaling~=3)thenreturnSMODS.get_blind_amount(ante) end
265
265
iftype(to_big(1)) =='number' thenreturngba(ante) end
0 commit comments