]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
changed very minor stuff with no gameplay alterations.
authorThe Canned One <greentopcan@gmail.com>
Tue, 1 Oct 2024 09:23:19 +0000 (11:23 +0200)
committerThe Canned One <greentopcan@gmail.com>
Tue, 1 Oct 2024 09:23:19 +0000 (11:23 +0200)
Content.Server/Silicons/Laws/IonStormSystem.cs
Content.Server/StationEvents/Events/IonStormRule.cs

index 65c12c3d8ec55c4a5b3095a1be1882e906c193ba..bcf002dae7ff640f641bd4e873645162dadd1919 100644 (file)
@@ -1,4 +1,3 @@
-using System.Linq;
 using Content.Server.StationEvents.Components;
 using Content.Shared.Administration.Logs;
 using Content.Shared.Database;
@@ -11,6 +10,7 @@ using Content.Shared.Silicons.Laws;
 using Content.Shared.Silicons.Laws.Components;
 using Robust.Shared.Prototypes;
 using Robust.Shared.Random;
+using System.Linq;
 
 namespace Content.Server.Silicons.Laws;
 
index 05d079fb3d9376672a34ea5a3ce21c3dad489905..26f6d3263f00d3a4c1abd86890064acbdb09b9be 100644 (file)
@@ -1,8 +1,6 @@
-using System.Linq;
 using Content.Server.Silicons.Laws;
 using Content.Server.StationEvents.Components;
 using Content.Shared.GameTicking.Components;
-using Content.Shared.Silicons.Laws;
 using Content.Shared.Silicons.Laws.Components;
 using Content.Shared.Station.Components;