From d02f0d2cdf67f1445a9ccae86b99a2578adab585 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 10 Jul 2026 17:02:13 -0400 Subject: feat(admin): update search to use standard condition/action framework rather than bespoke implementation --- 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 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: -- cgit v1.2.3