mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-28 05:44:40 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user