Skip to content

Commit 1e634c1

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 65646d0 commit 1e634c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

items/code.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2998,8 +2998,10 @@ local declare = {
29982998
end
29992999
local s = #suits - 1
30003000
local r = #ranks - 1
3001-
local mult = math.floor((complexity/1.41428)^2.25 + s + r)
3002-
if mult < 1 then mult = 1 end
3001+
local mult = math.floor((complexity / 1.41428) ^ 2.25 + s + r)
3002+
if mult < 1 then
3003+
mult = 1
3004+
end
30033005
local chips = math.floor(mult * 9.55)
30043006
local l_chips = chips * 0.25
30053007
local l_mult = mult * 0.25

0 commit comments

Comments
 (0)