From: Partmedia Date: Mon, 24 Mar 2025 19:47:48 +0000 (-0900) Subject: Fix comment (#36054) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=37c88debb5f3c70b00424e01bf2e3e0e7d3d07ab;p=space-station-14.git Fix comment (#36054) --- diff --git a/Content.Shared/Fluids/Components/EvaporationComponent.cs b/Content.Shared/Fluids/Components/EvaporationComponent.cs index f2ed3a6186..5545bd7be5 100644 --- a/Content.Shared/Fluids/Components/EvaporationComponent.cs +++ b/Content.Shared/Fluids/Components/EvaporationComponent.cs @@ -18,7 +18,7 @@ public sealed partial class EvaporationComponent : Component public TimeSpan NextTick = TimeSpan.Zero; /// - /// How much evaporation occurs every tick. + /// How much evaporation per second. /// [DataField("evaporationAmount")] public FixedPoint2 EvaporationAmount = FixedPoint2.New(0.3);