From 7f434fb6252c661ceab224e08d677e1bd08943d5 Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Wed, 1 Jan 2020 20:55:20 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9D=A4=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://youtu.be/gzkItR1jkKY?t=105 --- core/src/mindustry/content/UnitTypes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;