From 09d325dcf5e779eab5550d3fd3377bde50101428 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 8 Jul 2026 19:59:14 -0400 Subject: feat: unify on use, on look, and on kill. all support same conditions/actions now. --- internal/behavior/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/behavior/types.go') diff --git a/internal/behavior/types.go b/internal/behavior/types.go index 18d6363..521867a 100644 --- a/internal/behavior/types.go +++ b/internal/behavior/types.go @@ -119,7 +119,7 @@ type TalkData struct { type UseInteractionData struct { Message string - Action *NodeAction + Action *StepAction ObjName string } -- cgit v1.2.3