]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix comment (#36054)
authorPartmedia <kevinz5000@gmail.com>
Mon, 24 Mar 2025 19:47:48 +0000 (10:47 -0900)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 19:47:48 +0000 (20:47 +0100)
Content.Shared/Fluids/Components/EvaporationComponent.cs

index f2ed3a6186bf72e0885180e35a287c93d2b6c4d0..5545bd7be5a0bda98088445a4fc4d1e50aec412a 100644 (file)
@@ -18,7 +18,7 @@ public sealed partial class EvaporationComponent : Component
     public TimeSpan NextTick = TimeSpan.Zero;
 
     /// <summary>
-    /// How much evaporation occurs every tick.
+    /// How much evaporation per second.
     /// </summary>
     [DataField("evaporationAmount")]
     public FixedPoint2 EvaporationAmount = FixedPoint2.New(0.3);