diff --git a/core/assets-raw/sprites/items/item-dormant-cyst.png b/core/assets-raw/sprites/items/item-dormant-cyst.png index 93ea5b41c4..f145f16050 100644 Binary files a/core/assets-raw/sprites/items/item-dormant-cyst.png and b/core/assets-raw/sprites/items/item-dormant-cyst.png differ diff --git a/core/src/mindustry/content/Items.java b/core/src/mindustry/content/Items.java index 5314187d72..444e41ca76 100644 --- a/core/src/mindustry/content/Items.java +++ b/core/src/mindustry/content/Items.java @@ -103,7 +103,7 @@ public class Items implements ContentList{ radioactivity = 1.5f; }}; - dormantCyst = new Item("dormant-cyst", Color.valueOf("a5221c")){{ + dormantCyst = new Item("dormant-cyst", Color.valueOf("df824d")){{ flammability = 0.1f; }}; } diff --git a/core/src/mindustry/content/Liquids.java b/core/src/mindustry/content/Liquids.java index 4ee5e28b2b..7e648456b5 100644 --- a/core/src/mindustry/content/Liquids.java +++ b/core/src/mindustry/content/Liquids.java @@ -54,12 +54,12 @@ public class Liquids implements ContentList{ Color from = Color.valueOf("f98f4a"), to = Color.valueOf("9e172c"); //TODO could probably be improved... - particleSpacing = 65f; + particleSpacing = 70f; particleEffect = new Effect(40f, e -> { e.lifetime = Mathf.randomSeed(e.id + 2, 80f, 200f) * 3.2f; color(from, to, Mathf.randomSeed(e.id, 1f)); - Fill.circle(e.x, e.y, e.fslope() * Mathf.randomSeed(e.id + 1, 0.6f, 2.4f)); + Fill.circle(e.x, e.y, e.fslope() * Mathf.randomSeed(e.id + 1, 0.6f, 2.5f)); }).layer(Layer.debris - 0.5f); }}; } diff --git a/gradle.properties b/gradle.properties index 9ff216de0d..5bd4e7119e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,4 +11,4 @@ android.useAndroidX=true #used for slow jitpack builds; TODO see if this actually works http.socketTimeout=80000 http.connectionTimeout=80000 -archash=96dbecb52d98b54550bda3d6bb33c69d24884c08 +archash=4410a18d881622cb655c9d48e4cb0ff2ec40782f