aboutsummaryrefslogtreecommitdiff
path: root/internal/game/act_state.go
diff options
context:
space:
mode:
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 73ecd57..335ecfb 100644
--- a/internal/game/act_state.go
+++ b/internal/game/act_state.go
@@ -49,8 +49,6 @@ func (g *Game) playerActionDisplay(p *player.Player) string {
return "trying to start a fire"
case behavior.TypeStoke:
return "tending to a fire"
- case behavior.TypeSearch:
- return "digging through a " + a.TargetName
case behavior.TypeIdentify:
return "identifying scrap at " + a.TargetName
case behavior.TypePlant: