De-abstracted weather
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user