finalized cleanup

This commit is contained in:
2023-01-28 18:06:51 -06:00
parent 61bdda7886
commit c0e3fcffd1
+1 -1
View File
@@ -320,7 +320,7 @@ public class Item extends AbstractWorldObject {
return durabilityMax; return durabilityMax;
} }
public float getArmorPiercing(){ public float getArmorPiercing(){
float val = 1; float val = 0;
for(String eff : this.effectNames){ for(String eff : this.effectNames){
switch(eff) switch(eff)
{ {