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);