Difference between revisions of "Module:OTable"

Jump to navigation Jump to search
m
no edit summary
m
m
Line 52: Line 52:
local influenceKeys = {} -- WHOA IT WORKED IT'S SELECTIVELY EXCLUDING SPLENDOUR!!
local influenceKeys = {} -- WHOA IT WORKED IT'S SELECTIVELY EXCLUDING SPLENDOUR!!
for k in pairs(c.influence) do
for k in pairs(c.influence) do
if k ~= 'splendour' then
if k ~= 'perEach splendour' then
table.insert(influenceKeys, k)
table.insert(influenceKeys, k)
end
end
Line 60: Line 60:


for k, v in pairs(c.influence) do
for k, v in pairs(c.influence) do
if k ~= 'splendour' then
if k ~= 'perEach splendour' then
influence = influence .. i.icon(k, v, nil, k, 'en')
influence = influence .. i.icon(k, v, nil, k, 'en')
if k ~= lastKey and itemCount > 1 then
if k ~= lastKey and itemCount > 1 then
606

edits

Navigation menu