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_state.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/game/act_state.go') diff --git a/internal/game/act_state.go b/internal/game/act_state.go index a219875..051390f 100644 --- a/internal/game/act_state.go +++ b/internal/game/act_state.go @@ -81,6 +81,8 @@ func (g *Game) playerActionDisplay(p *player.Player) string { return "mixing some " + a.TargetName case behavior.TypeConstruct: return "constructing some " + a.TargetName + case behavior.TypeTriggerModule: + return "triggering " + a.TargetName } } -- cgit v1.2.3