Add an ItemHandler class and prevent players from having more than 1 aspect.
This commit is contained in:
parent
82108bfe5f
commit
38fcb1193a
7 changed files with 49 additions and 6 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue