Add support for the Good item type to represent all misc items in the game
This commit is contained in:
parent
eb6d7fee94
commit
2d804e7aa2
5 changed files with 61 additions and 0 deletions
|
|
@ -40,5 +40,6 @@ export const gameTerms = Object.preventExtensions({
|
|||
`armour`,
|
||||
`weapon`,
|
||||
`shield`,
|
||||
`good`,
|
||||
]),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue