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, 1 insertions, 1 deletions
diff --git a/internal/game/act_state.go b/internal/game/act_state.go
index 3840c63..130b088 100644
--- a/internal/game/act_state.go
+++ b/internal/game/act_state.go
@@ -81,7 +81,7 @@ func (g *Game) playerActionDisplay(p *player.Player) string {
return "constructing some " + a.TargetName
case behavior.TypeTriggerModule:
return "triggering " + a.TargetName
- case behavior.TypeUseInteraction:
+ case behavior.TypeInteractionSeq:
return "using " + a.TargetName
}
}