diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 9261aed54a..15eccb6c44 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -26,7 +26,7 @@ public class UnitTypes implements ContentList{ health = 50; rotatespeed = 0.1f; itemCapacity = 8; - weapon = new Weapon(){{ + weapon = new Weapon("hug"){{ length = 1.5f; reload = 28f; alternate = true;