Skip to content

Commit

Permalink
// Corvax-Next-Something
Browse files Browse the repository at this point in the history
Co-authored-by: FN <[email protected]>
  • Loading branch information
CaptainSqrBeard and FireNameFN authored Nov 17, 2024
1 parent f657b5d commit d4bb37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Fluids/EntitySystems/AbsorbentSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public sealed class AbsorbentSystem : SharedAbsorbentSystem
[Dependency] private readonly MapSystem _mapSystem = default!;
[Dependency] private readonly EntityLookupSystem _lookup = default!;

public const float FootprintAbsorptionRange = 0.25f;
public const float FootprintAbsorptionRange = 0.25f; // Corvax-Next-Footprints

public override void Initialize()
{
Expand Down

0 comments on commit d4bb37a

Please sign in to comment.