ItemReceivedEditor tweak

Clarify it adds all non bug/fish/art/dive items (i.e. furn + clothes) yb renaming button to "Give All Furniture + Clothing"
This commit is contained in:
Josh (vector_cmdr)
2026-01-25 17:00:20 +11:00
parent 943cd06703
commit ac037f0e25

View File

@@ -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