- 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
mLine 198:
Line 198:
− +
Line 209:
Line 209:
− +
try fixing script error
local type = numberKey('type', context, n, 0)
local type = numberKey('type', context, n, 0)
local selectInstallation = stringKey('installation', context, n):lower()
local selectInstallation = stringKey('installation', context, n, ''):lower()
local predInstallation = function(e)
local predInstallation = function(e)
if selectInstallation == 'yes' then
if selectInstallation == 'yes' then
end
end
local selectBoss = stringKey('boss', context, n):lower()
local selectBoss = stringKey('boss', context, n, ''):lower()
local predBoss = function(e)
local predBoss = function(e)
if selectBoss == 'yes' then
if selectBoss == 'yes' then