Refactor boon handling

This commit is contained in:
2024-03-11 00:53:14 -04:00
parent 56b89b7080
commit 15d2f2b9d8
6 changed files with 4 additions and 131 deletions
-3
View File
@@ -89,11 +89,8 @@ public class ItemBase {
case BUCKET:
case REALMCHARTER:
case TREASURE:
this.isConsumable = true;
break;
case OFFERING:
this.isConsumable = true;
Boon.HandleBoonListsForItemBase(uuid);
break;
}