diff options
| author | historia <[not public]> | 2026-06-25 19:37:20 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-25 19:37:20 -0400 |
| commit | c55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36 (patch) | |
| tree | d1c02acea2b4c8d0f672c1539cfdb373b6272ed0 /internal/object/object.go | |
| parent | 068ce514ea3eebdc42b595c631b4b00ce4594577 (diff) | |
| download | thehouseoficarus-c55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36.tar.gz | |
feat: yaml conversation trees more robust
Diffstat (limited to 'internal/object/object.go')
| -rw-r--r-- | internal/object/object.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/object/object.go b/internal/object/object.go index 8d1e02e..2dcc4bf 100644 --- a/internal/object/object.go +++ b/internal/object/object.go @@ -29,6 +29,7 @@ type ObjectDef struct { Talk *behavior.TalkConfig `yaml:"talk,omitempty"` Use *behavior.UseConfig `yaml:"use,omitempty"` Safespot *SafespotConfig `yaml:"safespot,omitempty"` + OnLook *behavior.NodeAction `yaml:"on_look,omitempty"` } type SafespotConfig struct { |
