• 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
m
no edit summary
Line 551: Line 551:  
return false
 
return false
 
end
 
end
local is_enemy = self._ship:id() >= 501 and self._ship:_id() <= 721 or
+
local is_enemy = (self._ship:id() >= 501 and self._ship:_id() <= 721) or self._ship:id() >= 1722
    self._ship:id() >= 1722
   
local is_enemy_submarine = is_enemy and self:_is_submarine()
 
local is_enemy_submarine = is_enemy and self:_is_submarine()
 
local is_player_submarine = not is_enemy and self:_is_submarine()
 
local is_player_submarine = not is_enemy and self:_is_submarine()
Anonymous user

Navigation menu