diff --git a/core/assets-raw/sprites/teams/team-derelict.png b/core/assets-raw/sprites/teams/team-derelict.png index 7ba10089d8..7123f12eae 100644 Binary files a/core/assets-raw/sprites/teams/team-derelict.png and b/core/assets-raw/sprites/teams/team-derelict.png differ diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index e307848cc6..f4bf4b5207 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -1779,7 +1779,7 @@ public class Blocks implements ContentList{ despawnEffect = Fx.instBomb; trailSpacing = 20f; damage = 1350; - buildingDamageMultiplier = 0.25f; + buildingDamageMultiplier = 0.2f; speed = brange; hitShake = 6f; ammoMultiplier = 1f;