mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-04 03:02:58 -05:00
sorted stats
This commit is contained in:
parent
58d427c57c
commit
aa45ac7acc
@ -262,7 +262,7 @@ function ARC9.GetProsAndCons(atttbl, weapon)
|
||||
local consname = {}
|
||||
local consnum = {}
|
||||
|
||||
for stat, value in pairs(atttbl) do
|
||||
for stat, value in SortedPairs(atttbl) do
|
||||
if !isnumber(value) and !isbool(value) then continue end
|
||||
--if isnumber(value) and (!string.StartWith(stat, "Spread")) then value = math.Round(value, 2) end
|
||||
local autostat = ""
|
||||
|
Loading…
Reference in New Issue
Block a user