Inventory filters: segregate jewelry from armor; and potions from food

This commit is contained in:
Nathan Watson
2021-01-09 20:00:45 -08:00
parent d5f00b25d6
commit f9a08dcf16
4 changed files with 57 additions and 19 deletions

View File

@@ -710,7 +710,9 @@ Items made of cloth are not considered as being armor." </string>
<string name="inventory_category_favorites">Favorites</string>
<string name="inventory_category_weapons">Weapon</string>
<string name="inventory_category_armor">Armor</string>
<string name="inventory_category_usable">Consumable</string>
<string name="inventory_category_jewelry">Jewelry</string>
<string name="inventory_category_potion">Potion</string>
<string name="inventory_category_food">Food</string>
<string name="inventory_category_quest">Quest Item</string>
<string name="inventory_category_other">Other</string>