Skip to content

Commit

Permalink
Use Unicode ³ for lathes.
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed May 4, 2019
1 parent 71e2e2c commit ec1a4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Research/LatheMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public void PopulateMaterials()
{
if (!PrototypeManager.TryIndex(id, out MaterialPrototype materialPrototype)) continue;
var material = materialPrototype.Material;
Materials.AddItem($"{material.Name} {amount} cm3", material.Icon.Frame0(), false);
Materials.AddItem($"{material.Name} {amount} cm³", material.Icon.Frame0(), false);
}
}

Expand Down

0 comments on commit ec1a4c6

Please sign in to comment.