mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-22 02:25:16 -05:00
Update GameStrings.cs
This commit is contained in:
@@ -108,7 +108,7 @@ public string GetItemName(IHeldItem item)
|
||||
return itemlist[0];
|
||||
var kind = ItemInfo.GetItemKind(index);
|
||||
|
||||
if (kind == ItemKind.Kind_DIYRecipe)
|
||||
if (kind == ItemKind.Kind_DIYRecipe || kind == ItemKind.Kind_MessageBottle)
|
||||
{
|
||||
var display = itemlistdisplay[index];
|
||||
var recipeID = item.Count;
|
||||
|
||||
Reference in New Issue
Block a user