Radar only on Erekir

This commit is contained in:
Anuken
2022-04-29 18:38:58 -04:00
parent 712fa95e88
commit b696e1c89a
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -82,7 +82,6 @@ public class Stat implements Comparable<Stat>{
inaccuracy = new Stat("inaccuracy", StatCat.function),
shots = new Stat("shots", StatCat.function),
reload = new Stat("reload", StatCat.function),
powerShot = new Stat("powerShot", StatCat.function),
targetsAir = new Stat("targetsAir", StatCat.function),
targetsGround = new Stat("targetsGround", StatCat.function),
damage = new Stat("damage", StatCat.function),