From ae35b2ff7eb197fc3e0c45a14aafc80da2970a33 Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 29 Oct 2020 19:04:37 -0400 Subject: [PATCH] arc --- core/src/mindustry/content/Bullets.java | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Bullets.java b/core/src/mindustry/content/Bullets.java index 16aa3916ea..e76eb681a4 100644 --- a/core/src/mindustry/content/Bullets.java +++ b/core/src/mindustry/content/Bullets.java @@ -102,6 +102,7 @@ public class Bullets implements ContentList{ status = StatusEffects.burning; frontColor = Pal.lightishOrange; backColor = Pal.lightOrange; + makeFire = true; trailEffect = Fx.incendTrail; }}; @@ -265,6 +266,7 @@ public class Bullets implements ContentList{ homingPower = 0.08f; splashDamageRadius = 20f; splashDamage = 20f; + makeFire = true; hitEffect = Fx.blastExplosion; status = StatusEffects.burning; }}; @@ -323,6 +325,7 @@ public class Bullets implements ContentList{ frontColor = Pal.lightishOrange; backColor = Pal.lightOrange; status = StatusEffects.burning; + makeFire = true; inaccuracy = 3f; lifetime = 60f; }}; @@ -348,6 +351,7 @@ public class Bullets implements ContentList{ backColor = Pal.lightOrange; status = StatusEffects.burning; shootEffect = Fx.shootBig; + makeFire = true; pierceCap = 2; pierceBuilding = true; }}; diff --git a/gradle.properties b/gradle.properties index 15caa5bd91..002a708536 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=6defcbeb0427d9332818a6c79398f021d9c4125a +archash=111e6e5134d06c8b017a126d8884cf49978b219c