- Removed health buff from Steadfast armour

- Changed corrosive sword's effect from poison to wither
This commit is contained in:
WayofTime 2016-04-01 14:29:56 -04:00
parent 89f6375031
commit cc7c594c52
3 changed files with 5 additions and 3 deletions

View file

@ -158,7 +158,7 @@ public class ItemSentientSword extends ItemSword implements IDemonWillWeapon, IM
switch (type)
{
case CORROSIVE:
target.addPotionEffect(new PotionEffect(MobEffects.poison, poisonTime[willBracket], poisonLevel[willBracket]));
target.addPotionEffect(new PotionEffect(MobEffects.wither, poisonTime[willBracket], poisonLevel[willBracket]));
break;
case DEFAULT:
break;