This commit is contained in:
WayofTime 2016-03-31 21:11:58 -04:00
parent b1a532950d
commit 66f3a9b581
3 changed files with 9 additions and 2 deletions

View file

@ -64,6 +64,6 @@ public class ItemSigilAir extends ItemSigilBase implements ISentientSwordEffectP
@Override
public boolean providesEffectForWill(EnumDemonWillType type)
{
return true;
return false;
}
}