aboutsummaryrefslogtreecommitdiff
path: root/internal/object/object.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-16 01:59:27 -0400
committerhistoria <[not public]>2026-06-16 01:59:27 -0400
commit43f21aabae8924f35c12c8485e690aeefe0089fb (patch)
treeb5fbadb89df3cf4ffec86503bb8e2d7e52b27454 /internal/object/object.go
parent4cc1ddcd185509080b4b3e15d1646567edd51c9d (diff)
downloadthehouseoficarus-43f21aabae8924f35c12c8485e690aeefe0089fb.tar.gz
feat: overhauled ansi color, added prompt options
Diffstat (limited to 'internal/object/object.go')
-rw-r--r--internal/object/object.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/object/object.go b/internal/object/object.go
index 2810e07..46e460e 100644
--- a/internal/object/object.go
+++ b/internal/object/object.go
@@ -3,6 +3,7 @@ package object
type ObjectDef struct {
ID string `yaml:"id"`
Name string `yaml:"name"`
+ Color string `yaml:"color"`
BehaviorID string `yaml:"behavior"`
Hidden bool `yaml:"hidden"`
InRoomDescription string `yaml:"inroom_description"`