From 9c5d75c439d22b8a4cf60936d2fb00370fa0a72f Mon Sep 17 00:00:00 2001 From: buthed010203 Date: Sat, 24 Jul 2021 10:41:01 -0400 Subject: [PATCH] Typo Fix (#5639) do --- core/src/mindustry/type/StatusEffect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/type/StatusEffect.java b/core/src/mindustry/type/StatusEffect.java index 4ae91a9d61..ae17118d7b 100644 --- a/core/src/mindustry/type/StatusEffect.java +++ b/core/src/mindustry/type/StatusEffect.java @@ -43,7 +43,7 @@ public class StatusEffect extends UnlockableContent{ public Color color = Color.white.cpy(); /** Effect that happens randomly on top of the affected unit. */ public Effect effect = Fx.none; - /** Affinity & opposite values for stat displaysdo. */ + /** Affinity & opposite values for stat displays. */ public ObjectSet affinities = new ObjectSet<>(), opposites = new ObjectSet<>(); /** Transition handler map. */ protected ObjectMap transitions = new ObjectMap<>();