Add informations to cargo order form (#10513)

This commit is contained in:
corentt
2022-09-14 05:20:38 +02:00
committed by GitHub
parent 733090c95f
commit c4fde3b3eb
6 changed files with 31 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ namespace Content.Client.Cargo.UI
{
Product = prototype,
ProductName = { Text = prototype.Name },
MainButton = { ToolTip = prototype.Description },
PointCost = { Text = Loc.GetString("cargo-console-menu-points-amount", ("amount", prototype.PointCost.ToString())) },
Icon = { Texture = _spriteSystem.Frame0(prototype.Icon) },
};