- Removed health buff from Steadfast armour
- Changed corrosive sword's effect from poison to wither
This commit is contained in:
parent
89f6375031
commit
cc7c594c52
3 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue