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
@@ -271,7 +271,7 @@ function lenient_bignum(x)
271
271
-- Note that any ante scaling tweaks will need to manually changed...
272
272
localgba=get_blind_amount
273
273
functionget_blind_amount(ante)
274
-
ifG.GAME.modifiers.scalingandG.GAME.modifiers.scaling>3thenreturnSMODS.get_blind_amount(ante) end
274
+
ifG.GAME.modifiers.scalingand(G.GAME.modifiers.scaling~=1andG.GAME.modifiers.scaling~=2andG.GAME.modifiers.scaling~=3)thenreturnSMODS.get_blind_amount(ante) end
275
275
iftype(to_big(1)) =='number' thenreturngba(ante) end
0 commit comments