]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
added a code summary
authorThe Canned One <greentopcan@gmail.com>
Tue, 1 Oct 2024 12:04:33 +0000 (14:04 +0200)
committerThe Canned One <greentopcan@gmail.com>
Tue, 1 Oct 2024 12:04:33 +0000 (14:04 +0200)
Content.Server/Silicons/Laws/IonStormSystem.cs

index bcf002dae7ff640f641bd4e873645162dadd1919..b8d8f432e77294f1e76e7aecce395d9efe361502 100644 (file)
@@ -59,6 +59,7 @@ public sealed class IonStormSystem : EntitySystem
     [ValidatePrototypeId<DatasetPrototype>]
     private const string Foods = "IonStormFoods";
 
+    //Randomly alters the laws of an individual silicon.
     public void IonStormTarget(EntityUid ent, SiliconLawBoundComponent lawBound, TransformComponent xform, IonStormTargetComponent target, EntityUid? chosenStation, bool adminlog = true)
     {
         if (!_robustRandom.Prob(target.Chance))