From 8d4cd72b41b2007361eaa86e6d5fe407ed399804 Mon Sep 17 00:00:00 2001 From: iczero Date: Sun, 2 Sep 2018 10:34:24 -0700 Subject: [PATCH] Remove duplicate roundrobin properties in weapons (#207) --- core/src/io/anuke/mindustry/content/Weapons.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/io/anuke/mindustry/content/Weapons.java b/core/src/io/anuke/mindustry/content/Weapons.java index e54906a87a..3a16f4030a 100644 --- a/core/src/io/anuke/mindustry/content/Weapons.java +++ b/core/src/io/anuke/mindustry/content/Weapons.java @@ -60,7 +60,6 @@ public class Weapons implements ContentList{ reload = 60f; shots = 4; inaccuracy = 2f; - roundrobin = false; roundrobin = true; ejectEffect = Fx.none; velocityRnd = 0.2f; @@ -75,7 +74,6 @@ public class Weapons implements ContentList{ shots = 4; spacing = 8f; inaccuracy = 8f; - roundrobin = false; roundrobin = true; ejectEffect = Fx.none; shake = 3f;