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/game/act_state.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/game/act_state.go') diff --git a/internal/game/act_state.go b/internal/game/act_state.go index efc5f7d..3840c63 100644 --- a/internal/game/act_state.go +++ b/internal/game/act_state.go @@ -45,8 +45,6 @@ func (g *Game) playerActionDisplay(p *player.Player) string { return "stealing from " + a.TargetName case behavior.TypeTalk: return "talking to " + a.TargetName - case behavior.TypeUse: - return "using a " + a.TargetName case behavior.TypeBurn: return "trying to start a fire" case behavior.TypeStoke: -- cgit v1.2.3