From 843fa6db681e494bf46e191655323a40577542b5 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 5 Jul 2026 20:06:53 -0400 Subject: feat: remove deprecated use/station interaction model --- internal/behavior/types.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'internal/behavior/types.go') diff --git a/internal/behavior/types.go b/internal/behavior/types.go index 5fdebdb..99f09a0 100644 --- a/internal/behavior/types.go +++ b/internal/behavior/types.go @@ -31,7 +31,6 @@ const ( TypeGather ActionType = "gather" TypeSteal ActionType = "steal" TypeTalk ActionType = "talk" - TypeUse ActionType = "use" TypeBurn ActionType = "burn" TypeStoke ActionType = "stoke" TypeSearch ActionType = "search" @@ -117,11 +116,6 @@ type TalkData struct { PendingChosen bool } -type UseData struct { - Cfg *UseConfig - Step int -} - type UseInteractionData struct { Message string Action *NodeAction -- cgit v1.2.3