mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-27 09:11:06 -07:00
Remove duplicate roundrobin properties in weapons (#207)
This commit is contained in:
parent
46ab6d3476
commit
8d4cd72b41
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue