From c55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 19:37:20 -0400 Subject: feat: yaml conversation trees more robust --- internal/object/object.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/object') 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 { -- cgit v1.2.3