Changes

m
46 revisions imported
Line 3: Line 3:  
local Ship = require('Module:Ship')
 
local Ship = require('Module:Ship')
 
local Formatting = require('Module:Formatting')
 
local Formatting = require('Module:Formatting')
local format = require('Module:StringInterpolation').format
+
local format = require('Module:Core').format
    
local NanaminShipInfo = {
 
local NanaminShipInfo = {
Line 155: Line 155:  
     self:build_table("Destroyer")
 
     self:build_table("Destroyer")
 
     self:build_table("Submarine")
 
     self:build_table("Submarine")
 +
    self:build_table("Other")
 
     return table.concat(self._rows, "\n")
 
     return table.concat(self._rows, "\n")
 
end
 
end
Bots, gkautomate
13,304

edits