Conclude, Finishing, and Finality should no longer break armor
This commit is contained in:
@@ -27,6 +27,6 @@ public final class Conclude extends EcoEnchant {
|
||||
if (!(victim.getHealth() <= level * minhealth))
|
||||
return;
|
||||
|
||||
event.setDamage(10000); // cba to do this properly
|
||||
event.setDamage(30); // cba to do this properly
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,6 +27,6 @@ public final class Finality extends EcoEnchant {
|
||||
if (!(victim.getHealth() <= level * minhealth))
|
||||
return;
|
||||
|
||||
event.setDamage(10000); // cba to do this properly
|
||||
event.setDamage(30); // cba to do this properly
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,6 +25,6 @@ public final class Finishing extends EcoEnchant {
|
||||
if (!(victim.getHealth() <= level * minhealth))
|
||||
return;
|
||||
|
||||
event.setDamage(10000); // cba to do this properly
|
||||
event.setDamage(30); // cba to do this properly
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user