From 6f3d21d6e7f01155ce0c461857a053b43d329392 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 02:29:55 -0400 Subject: feat: recall/home cmd, line break option --- internal/game/act.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/game/act.go') diff --git a/internal/game/act.go b/internal/game/act.go index 31d8a33..78f298d 100644 --- a/internal/game/act.go +++ b/internal/game/act.go @@ -232,6 +232,8 @@ func (g *Game) AdvanceActions() { g.advanceObstacle(sess, p) case behavior.TypeTalk: g.advanceTalk(sess, p) + case behavior.TypeTriggerModule: + g.advanceTriggerModule(sess, p) default: if productionActionTypes[string(p.Action.Type)] { g.advanceProduction(sess, p) -- cgit v1.2.3