From 8b83360fe5c1f91925af6d231b4eaf38a397b981 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 4 Aug 2020 09:10:55 -0400 Subject: [PATCH] Fixed #2307 --- core/src/mindustry/content/UnitTypes.java | 1 - gradle.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 4bff4a1e7f..84e7858145 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -904,7 +904,6 @@ public class UnitTypes implements ContentList{ shots = 1; inaccuracy = 3f; - ejectEffect = Fx.shellEjectBig; bullet = new ArtilleryBulletType(3.2f, 12){{ diff --git a/gradle.properties b/gradle.properties index 6f31d71c9c..724f6952bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=a57382410169d73ada6bc54bdb02fa709aa90558 +archash=d7733125246ba0ecee206fa6baa7513c8c0bfbf4