Item Descriptions can be localized (no tokens yet)

This commit is contained in:
JappaWakka 2022-12-04 20:50:45 +01:00
parent a86e478342
commit c0c4146607
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ Public Class NewInventoryScreen
Dim itemTitle As String = cItem.Name
Dim itemSubTitle As String = cItem.ItemType.ToString()
Dim itemDescription As String = cItem.Description
Dim itemDescription As String = cItem.GetDescription
Select Case cItem.ItemType
Case Items.ItemTypes.Machines