Add support for the Good item type to represent all misc items in the game

This commit is contained in:
Oliver-Akins 2025-02-11 23:54:59 -07:00
parent eb6d7fee94
commit 2d804e7aa2
5 changed files with 61 additions and 0 deletions

View file

@ -40,5 +40,6 @@ export const gameTerms = Object.preventExtensions({
`armour`,
`weapon`,
`shield`,
`good`,
]),
});