aboutsummaryrefslogtreecommitdiff
path: root/internal/behavior/types.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-08 19:59:14 -0400
committerhistoria <[not public]>2026-07-08 19:59:14 -0400
commit09d325dcf5e779eab5550d3fd3377bde50101428 (patch)
treea433be903aabbf1d2eadce2aacdac12a9eb8dde0 /internal/behavior/types.go
parent9184377301c2604e003f36426788c032fb0ca524 (diff)
downloadthehouseoficarus-09d325dcf5e779eab5550d3fd3377bde50101428.tar.gz
feat: unify on use, on look, and on kill. all support same conditions/actions now.
Diffstat (limited to 'internal/behavior/types.go')
-rw-r--r--internal/behavior/types.go2
1 files changed, 1 insertions, 1 deletions
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
}