Changes

m
no edit summary
Line 15: Line 15:  
     local shipNum = shipmodule.getIDNum(frame)
 
     local shipNum = shipmodule.getIDNum(frame)
   −
     local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data")
+
     local shipInfo = assert(shipmodule.data[shipNum], "KanMusu ID " .. shipNum .. " doesn't have a database entry")
 
      
 
      
 
     local upperTable = shipmodule.makeStatBox(frame)
 
     local upperTable = shipmodule.makeStatBox(frame)
5,421

edits