- 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
Line 119:
Line 119:
− -- local ship_type = ship:type() +
− +
− or asw_leveled > 0+
special case for CVL
ship = self._ship
ship = self._ship
end
end
local ship_type = ship:type()
local asw_leveled = ship:asw_leveled()
local asw_leveled = ship:asw_leveled()
return asw_leveled == nil
return (asw_leveled == nil or asw_leveled > 0)
and ship_type ~= 7
--[[
--[[
ship_type == 2
ship_type == 2