diff options
Diffstat (limited to 'internal/object/item.go')
| -rw-r--r-- | internal/object/item.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/object/item.go b/internal/object/item.go index f4e2f8b..ecdb1e9 100644 --- a/internal/object/item.go +++ b/internal/object/item.go @@ -33,6 +33,7 @@ const ( type ItemDef struct { ID string `yaml:"id"` Name string `yaml:"name"` + Color string `yaml:"color"` Aliases []string `yaml:"aliases"` Description string `yaml:"description"` Value int `yaml:"value"` |
