]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix comments in StartIonStormedComponent.cs
authorThe Canned One <greentopcan@gmail.com>
Sat, 5 Oct 2024 14:48:45 +0000 (16:48 +0200)
committerThe Canned One <greentopcan@gmail.com>
Sat, 5 Oct 2024 14:48:45 +0000 (16:48 +0200)
Content.Shared/Silicons/Laws/Components/StartIonStormedComponent.cs

index d57241c857ca869cbb0523c5b2c7e2db43fef8b5..75d741216697071ca97eba1835afce5e2c5372ba 100644 (file)
@@ -1,5 +1,5 @@
-using Content.Shared.Roles;//Used 
-using Robust.Shared.Prototypes;//
+using Content.Shared.Roles;
+using Robust.Shared.Prototypes;
 
 namespace Content.Shared.Silicons.Laws.Components;
 
@@ -16,7 +16,7 @@ public sealed partial class StartIonStormedComponent : Component
     public int IonStormAmount = 1;
 
     /// <summary>
-    /// A role given to entities with this component when they are thing-that-is-not-emagged.
+    /// A role given to entities with this component when a mind enters it.
     /// Mostly just for admin purposes.
     /// </summary>
     [DataField]