Putnam3145 2016-03-16 21:55:19 -07:00
parent d2a8495a42
commit de899c5966
1 changed files with 1 additions and 1 deletions

@ -92,7 +92,7 @@ function GetMatPropertiesStringList (item)
if isInList(mat_properties_for, get_textid (item)) then
append(list,"Material name: "..mat.state_name.Solid)
append(list,"Material properties: ")
append(list,"Solid density: "..mat.solid_density..'g/cm^3',1)
append(list,"Solid density: "..mat.solid_density..'kg/m^3',1)
local maxedge = mat.strength.max_edge
append(list,"Maximum sharpness: "..maxedge.." ("..maxedge/standard.strength.max_edge*100 .."%)",1)
if mat.molar_mass > 0 then