From 8a5bd7571ea57ce8dc600b66884978c8b62b79fd Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 14 Dec 2020 22:55:58 -0500 Subject: [PATCH] 121.3 --- core/src/mindustry/entities/comp/PuddleComp.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/mindustry/entities/comp/PuddleComp.java b/core/src/mindustry/entities/comp/PuddleComp.java index 720aee2f93..6fd8e02b03 100644 --- a/core/src/mindustry/entities/comp/PuddleComp.java +++ b/core/src/mindustry/entities/comp/PuddleComp.java @@ -44,7 +44,6 @@ abstract class PuddleComp implements Posc, Puddlec, Drawc{ float addSpeed = accepting > 0 ? 3f : 0f; amount -= Time.delta * (1f - liquid.viscosity) / (5f + addSpeed); - amount += accepting; accepting = 0f;