mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Merge branch 'master' of https://github.com/Anuken/Mindustry
This commit is contained in:
commit
a4e482f55a
2 changed files with 2 additions and 2 deletions
|
|
@ -151,7 +151,7 @@ public class Weapon implements Cloneable{
|
|||
t.row();
|
||||
t.add("[lightgray]" + Stat.inaccuracy.localized() + ": [white]" + (int)inaccuracy + " " + StatUnit.degrees.localized());
|
||||
}
|
||||
if(reload > 0){
|
||||
if(!alwaysContinuous && reload > 0){
|
||||
t.row();
|
||||
t.add("[lightgray]" + Stat.reload.localized() + ": " + (mirror ? "2x " : "") + "[white]" + Strings.autoFixed(60f / reload * shoot.shots, 2) + " " + StatUnit.perSecond.localized());
|
||||
}
|
||||
|
|
|
|||
|
|
@ -145,6 +145,6 @@
|
|||
},
|
||||
{
|
||||
"name": "AAS",
|
||||
"address": ["fi01.optik.host:28453"]
|
||||
"address": ["fi01.optik.host:28453", "n1.yeet.ml:6577"]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue