From 3d6fd8a351599931a4247fb16fd2d0c5c92d7ed4 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 28 Nov 2020 23:23:39 -0500 Subject: [PATCH] De-abstracted weather --- core/src/mindustry/type/Weather.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/type/Weather.java b/core/src/mindustry/type/Weather.java index bb6b444746..8c9bdb0b60 100644 --- a/core/src/mindustry/type/Weather.java +++ b/core/src/mindustry/type/Weather.java @@ -19,7 +19,7 @@ import mindustry.world.blocks.*; import static mindustry.Vars.*; -public abstract class Weather extends UnlockableContent{ +public class Weather extends UnlockableContent{ /** Default duration of this weather event in ticks. */ public float duration = 10f * Time.toMinutes; public float opacityMultiplier = 1f;