puddle visual tweaks (#13181)
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Content.Client.Fluids
|
||||
bool wetFloorEffectNeeded;
|
||||
|
||||
if (isEvaporating
|
||||
&& currentVolume < component.WetFloorEffectThreshold)
|
||||
&& currentVolume <= component.WetFloorEffectThreshold)
|
||||
{
|
||||
wetFloorEffectNeeded = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user