Add an ItemHandler class and prevent players from having more than 1 aspect.

This commit is contained in:
Oliver-Akins 2024-01-13 15:03:00 -07:00
parent 82108bfe5f
commit 38fcb1193a
7 changed files with 49 additions and 6 deletions

View file

@ -227,7 +227,8 @@
"error": {
"invalid-integer": "You must enter a valid whole number",
"item-not-found": "Failed to find an item to delete",
"spell-create-failed": "Failed to create a custom spell"
"spell-create-failed": "Failed to create a custom spell",
"aspect-limit-reached": "You cannot have more than {limit} aspects"
}
},
"dialogs": {