• 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
is_large_radar = eq_type 13 & 93
Line 458: Line 458:  
local eq_type = self:type()
 
local eq_type = self:type()
 
return eq_type == 12 -- Small Radar
 
return eq_type == 12 -- Small Radar
 +
or eq_type == 13 -- Large Radar
 +
or eq_type == 93 -- Large Radar (II)
 +
end
 +
 +
function EquipmentData:is_large_radar()
 +
local eq_type = self:type()
 
or eq_type == 13 -- Large Radar
 
or eq_type == 13 -- Large Radar
 
or eq_type == 93 -- Large Radar (II)
 
or eq_type == 93 -- Large Radar (II)
advmod, cssedit, janitor, Moderators, prechecked, Widget editors
6,964

edits

Navigation menu