Ensoul rework/fixes.
Contributed by Mathael.
This commit is contained in:
@ -988,7 +988,10 @@ public class PcInventory extends Inventory
|
||||
{
|
||||
item.giveSkillsToOwner();
|
||||
item.applyEnchantStats();
|
||||
item.applySpecialAbilities();
|
||||
if (item.isEquipped())
|
||||
{
|
||||
item.applySpecialAbilities();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user