Changed unknown flag texts as they're now known

This commit is contained in:
MattNL
2023-01-14 11:58:54 -05:00
parent 2d8d830d07
commit 39afb231f8

View File

@@ -162,9 +162,9 @@
this.flag1Checkbox.Enabled = false;
this.flag1Checkbox.Location = new System.Drawing.Point(174, 109);
this.flag1Checkbox.Name = "flag1Checkbox";
this.flag1Checkbox.Size = new System.Drawing.Size(108, 15);
this.flag1Checkbox.Size = new System.Drawing.Size(96, 15);
this.flag1Checkbox.TabIndex = 22;
this.flag1Checkbox.Text = "Unknown Flag 1";
this.flag1Checkbox.Text = "Mob is tamed";
this.flag1Checkbox.Theme = MetroFramework.MetroThemeStyle.Dark;
this.flag1Checkbox.UseSelectable = true;
this.flag1Checkbox.CheckedChanged += new System.EventHandler(this.flag1Checkbox_CheckedChanged);
@@ -175,9 +175,9 @@
this.flag2Checkbox.Enabled = false;
this.flag2Checkbox.Location = new System.Drawing.Point(174, 141);
this.flag2Checkbox.Name = "flag2Checkbox";
this.flag2Checkbox.Size = new System.Drawing.Size(108, 15);
this.flag2Checkbox.Size = new System.Drawing.Size(106, 15);
this.flag2Checkbox.TabIndex = 23;
this.flag2Checkbox.Text = "Unknown Flag 2";
this.flag2Checkbox.Text = "Mob has saddle";
this.flag2Checkbox.Theme = MetroFramework.MetroThemeStyle.Dark;
this.flag2Checkbox.UseSelectable = true;
this.flag2Checkbox.CheckedChanged += new System.EventHandler(this.flag2Checkbox_CheckedChanged);