This commit is contained in:
Anuken
2022-07-04 20:23:08 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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());
}