Ensoul rework/fixes.

Contributed by Mathael.
This commit is contained in:
MobiusDev
2016-06-13 17:02:32 +00:00
parent 64347d719b
commit 24b3b00918
2 changed files with 12 additions and 25 deletions

View File

@ -988,7 +988,10 @@ public class PcInventory extends Inventory
{
item.giveSkillsToOwner();
item.applyEnchantStats();
item.applySpecialAbilities();
if (item.isEquipped())
{
item.applySpecialAbilities();
}
}
}