Lowering stats below item requirement unequips and removes item from map correctly
This commit is contained in:
@@ -1400,6 +1400,7 @@ public class CharacterItemManager {
|
||||
|
||||
if (!ItemManager.validForSkills(item, pc.getSkills())) {
|
||||
this.forceToInventory(slot, item, pc, initialized);
|
||||
this.equipped.remove(slot);
|
||||
pc.applyBonuses();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user