Puddle fixes (#15820)

This commit is contained in:
metalgearsloth
2023-04-26 21:29:31 +10:00
committed by GitHub
parent d1d7c1107e
commit f12f277c35
3 changed files with 10 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ public sealed class PuddleSystem : SharedPuddleSystem
args.Sprite.LayerSetState(0, $"{smooth.StateBase}a");
_smooth.SetEnabled(uid, false, smooth);
}
else if (volume < 0.6f)
else if (volume < MediumThreshold)
{
args.Sprite.LayerSetState(0, $"{smooth.StateBase}b");
_smooth.SetEnabled(uid, false, smooth);