From d82c24616fe676595db71283de6a0abc1f33a7be Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 9 Apr 2019 13:45:38 -0400 Subject: [PATCH] Fixed tests --- core/src/io/anuke/mindustry/content/Zones.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/io/anuke/mindustry/content/Zones.java b/core/src/io/anuke/mindustry/content/Zones.java index 551f7b105f..c989111c28 100644 --- a/core/src/io/anuke/mindustry/content/Zones.java +++ b/core/src/io/anuke/mindustry/content/Zones.java @@ -2,7 +2,6 @@ package io.anuke.mindustry.content; import io.anuke.mindustry.game.ContentList; import io.anuke.mindustry.game.Rules; -import io.anuke.mindustry.maps.generators.DesertThingGenerator; import io.anuke.mindustry.maps.generators.MapGenerator; import io.anuke.mindustry.maps.generators.MapGenerator.Decoration; import io.anuke.mindustry.type.*; @@ -32,6 +31,7 @@ public class Zones implements ContentList{ }}; }}; + /* desertThing = new Zone("desertThing", new DesertThingGenerator(240, 240)){{ startingItems = ItemStack.list(Items.copper, 200); alwaysUnlocked = true; @@ -43,7 +43,7 @@ public class Zones implements ContentList{ waveTimer = true; waveSpacing = 60 * 60 * 2; }}; - }}; + }};*/ craters = new Zone("craters", new MapGenerator("craters", 1).dist(0).decor(new Decoration(Blocks.snow, Blocks.sporeCluster, 0.01))){{ startingItems = ItemStack.list(Items.copper, 200);