aboutsummaryrefslogtreecommitdiff
path: root/internal/game/act_state.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-05 20:06:53 -0400
committerhistoria <[not public]>2026-07-05 20:07:50 -0400
commit843fa6db681e494bf46e191655323a40577542b5 (patch)
treecf32ec18d50434c14a1152147ff6e5e8b3576998 /internal/game/act_state.go
parent7b5ed92e003d8a4bf9bdc69d43b7354eb2260dfa (diff)
downloadthehouseoficarus-843fa6db681e494bf46e191655323a40577542b5.tar.gz
feat: remove deprecated use/station interaction model
Diffstat (limited to 'internal/game/act_state.go')
-rw-r--r--internal/game/act_state.go2
1 files changed, 0 insertions, 2 deletions
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: