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.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/game/act.go') diff --git a/internal/game/act.go b/internal/game/act.go index 352f235..64d1848 100644 --- a/internal/game/act.go +++ b/internal/game/act.go @@ -213,8 +213,6 @@ func (g *Game) AdvanceActions() { g.advanceBurn(sess, p) case "stoke": g.advanceStoke(sess, p) - case "search": - g.advanceSearch(sess, p) case "identify": g.advanceIdentify(sess, p) case "steal": -- cgit v1.2.3