Skip to content

Commit

Permalink
Disable structural integrity control
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-steas committed Mar 6, 2025
1 parent 0ed3e08 commit f1c9420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Scripts/DefenseShields/Control/ModUi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ internal static void CreateUi(IMyTerminalBlock modualator)
Session.Instance.AggregateModulation.Visible = ShowControl;
Session.Instance.ModEmp.Enabled = block => false;
Session.Instance.ModEmp.Visible = ShowEMP;
Session.Instance.ModReInforce.Enabled = block => true;
Session.Instance.ModReInforce.Enabled = block => false;
Session.Instance.ModReInforce.Visible = ShowReInforce;
Session.Instance.ModSep1.Visible = ShowControl;
Session.Instance.ModSep2.Visible = ShowControl;
Expand Down

0 comments on commit f1c9420

Please sign in to comment.