Armor can be removed as requirement, fixes #1856

This commit is contained in:
PikaMug 2022-02-18 08:02:18 -05:00
parent a81fdf2918
commit fbae888275
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ public class InventoryUtil {
allItems[toRemove.getKey()] = i;
}
}
equipment.setArmorContents(allItems);
return true;
}
return false;