diff --git a/ObservatoryCore/UI/CoreForm.cs b/ObservatoryCore/UI/CoreForm.cs index e0c964f..c559d9b 100644 --- a/ObservatoryCore/UI/CoreForm.cs +++ b/ObservatoryCore/UI/CoreForm.cs @@ -231,7 +231,9 @@ namespace Observatory.UI ThemeManager.GetInstance.RegisterControl(readAllDialogue); readAllDialogue.StartPosition = FormStartPosition.Manual; readAllDialogue.Location = Point.Add(Location, new Size(100, 100)); + SuspendDrawing(this); readAllDialogue.ShowDialog(); + ResumeDrawing(this); } private void PopupNotificationLabel_Click(object _, EventArgs e) diff --git a/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs b/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs index 25cbb8f..aa2e938 100644 --- a/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs +++ b/ObservatoryFramework/Files/ParameterTypes/Enumerations.cs @@ -83,6 +83,8 @@ namespace Observatory.Framework.Files.ParameterTypes onfoot_dataTransfer, onFoot_carryingStolenGoods, onFoot_eBreachUse, + onFoot_breakingAndEntering, + shuttleDestruction, collidedWithDamage }