mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-18 09:34:04 +01:00
Make sortByType split potions from food
This commit is contained in:
@@ -239,7 +239,7 @@ public class ItemContainer {
|
||||
default: return 270;
|
||||
}
|
||||
} else if (item.itemType.isUsable()) {
|
||||
if ("pot".equals(item.itemType.id)) {
|
||||
if ("pot".equals(item.itemType.category.id) || "healing".equals(item.itemType.category.id)) {
|
||||
return 300;
|
||||
} else {
|
||||
return 310;
|
||||
|
||||
Reference in New Issue
Block a user