• 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 292: Line 292:     
function EnemyShipInfoKai:create_item()
 
function EnemyShipInfoKai:create_item()
self._ship = EnemyShip(self._args.name, self._args.model)
+
if self._args.name then
 +
self._ship = EnemyShip(self._args.name, self._args.model)
 +
else
 +
self._ship = EnemyShip(self._args[1])
 +
end
 
end
 
end
  
Anonymous user

Navigation menu