Blood tweaks (#6767)

This commit is contained in:
mirrorcult
2022-02-17 19:42:47 -07:00
committed by GitHub
parent 4ac750d986
commit 94c56980cb
5 changed files with 8 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ namespace Content.Server.Fluids.Components
public FixedPoint2 LowerLimit = FixedPoint2.Zero;
/// <summary>
/// Upper limit below which puddle won't evaporate. Useful when wanting to make sure large puddle will
/// Upper limit above which puddle won't evaporate. Useful when wanting to make sure large puddle will
/// remain forever. Defaults to 100.
/// </summary>
[DataField("upperLimit")]