From db265e34713f57bf71c8fe4ba1ce295f56ac2bcd Mon Sep 17 00:00:00 2001 From: QmelZ <59574967+QmelZ@users.noreply.github.com> Date: Thu, 5 Nov 2020 05:04:31 +0300 Subject: [PATCH 1/2] delete repeated line delete repeated line from foreshadow --- core/src/mindustry/content/Blocks.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 20db635424..535b601db9 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -1744,7 +1744,6 @@ public class Blocks implements ContentList{ rotateSpeed = 2.5f; reloadTime = 200f; - restitution = 0.2f; ammoUseEffect = Fx.casing3Double; recoilAmount = 5f; restitution = 0.009f; From ae504eb11c7b563e42fba6e28cf615a47222a6b9 Mon Sep 17 00:00:00 2001 From: YellOw139 <70975516+YellOw139@users.noreply.github.com> Date: Thu, 5 Nov 2020 08:16:51 +0200 Subject: [PATCH 2/2] [Bundle] Power void is sandbox only I assumed this must have been a mistake. Either that or power voids coming to campaign confirmed. --- core/assets/bundles/bundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index 1b5bfb1753..c85b9086d2 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -1265,7 +1265,7 @@ block.spore-press.description = Compresses spore pods into oil. block.pulverizer.description = Crushes scrap into fine sand. block.coal-centrifuge.description = Transforms oil into coal. block.incinerator.description = Vaporizes any item or liquid it receives. -block.power-void.description = Voids all power inputted. +block.power-void.description = Voids all power inputted. Sandbox only. block.power-source.description = Infinitely outputs power. Sandbox only. block.item-source.description = Infinitely outputs items. Sandbox only. block.item-void.description = Destroys any items. Sandbox only. @@ -1421,4 +1421,4 @@ unit.sei.description = Fires a barrage of missiles and armor-piercing bullets at unit.omura.description = Fires a long-range piercing railgun bolt at enemies. Constructs flare units. unit.alpha.description = Defends the Shard core from enemies. Builds structures. unit.beta.description = Defends the Foundation core from enemies. Builds structures. -unit.gamma.description = Defends the Nucleus core from enemies. Builds structures. \ No newline at end of file +unit.gamma.description = Defends the Nucleus core from enemies. Builds structures.