• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 47: Line 47:  
if type(v) == "string" then
 
if type(v) == "string" then
 
randomizer = randomizer + p.hashString(v)
 
randomizer = randomizer + p.hashString(v)
end
+
elseif type(v) == "number" then
if type(v) == "number" then
   
randomizer = randomizer + v
 
randomizer = randomizer + v
 +
elseif type(v) == "table" then
 +
local tableString = p.dictConcat(v)
 +
randomizer = randomizer + p.hashString(v)
 
end
 
end
 
end
 
end
2,922

edits

Navigation menu