aboutsummaryrefslogtreecommitdiff
path: root/internal/behavior/types.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-09 19:29:17 -0400
committerhistoria <[not public]>2026-07-09 19:29:17 -0400
commitb3d4c616f59ad2519f3a0b77e3b47d6571cd2486 (patch)
tree6f1f6a314e0550da68264a79381fc269db803312 /internal/behavior/types.go
parent18c7af94b30c2767b6633d050324c1db34074ce2 (diff)
downloadthehouseoficarus-b3d4c616f59ad2519f3a0b77e3b47d6571cd2486.tar.gz
feat: message actions are now sequences of messages with settable delays
Diffstat (limited to 'internal/behavior/types.go')
-rw-r--r--internal/behavior/types.go8
1 files changed, 1 insertions, 7 deletions
diff --git a/internal/behavior/types.go b/internal/behavior/types.go
index 521867a..f451400 100644
--- a/internal/behavior/types.go
+++ b/internal/behavior/types.go
@@ -51,7 +51,7 @@ const (
TypeMix ActionType = "mix"
TypeConstruct ActionType = "construct"
TypeTriggerModule ActionType = "trigger_module"
- TypeUseInteraction ActionType = "use_interaction"
+ TypeInteractionSeq ActionType = "interaction_seq"
)
type Action struct {
@@ -117,12 +117,6 @@ type TalkData struct {
PendingChosen bool
}
-type UseInteractionData struct {
- Message string
- Action *StepAction
- ObjName string
-}
-
type BurnData struct {
ItemID string
ToolSpeed float64