From ac037f0e2593c82d8b55bdfffce2a4ae4f46b16e Mon Sep 17 00:00:00 2001 From: "Josh (vector_cmdr)" Date: Sun, 25 Jan 2026 17:00:20 +1100 Subject: [PATCH] ItemReceivedEditor tweak Clarify it adds all non bug/fish/art/dive items (i.e. furn + clothes) yb renaming button to "Give All Furniture + Clothing" --- NHSE.WinForms/Subforms/Player/ItemReceivedEditor.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NHSE.WinForms/Subforms/Player/ItemReceivedEditor.Designer.cs b/NHSE.WinForms/Subforms/Player/ItemReceivedEditor.Designer.cs index 31b7bce..a0da898 100644 --- a/NHSE.WinForms/Subforms/Player/ItemReceivedEditor.Designer.cs +++ b/NHSE.WinForms/Subforms/Player/ItemReceivedEditor.Designer.cs @@ -157,7 +157,7 @@ private void InitializeComponent() // this.B_AllFurniture.Name = "B_AllFurniture"; this.B_AllFurniture.Size = new System.Drawing.Size(191, 24); - this.B_AllFurniture.Text = "Give All Furniture"; + this.B_AllFurniture.Text = "Give All Furniture + Clothing"; this.B_AllFurniture.Click += new System.EventHandler(this.B_AllFurniture_Click); // // B_GiveEverything