From 731adf2e0fbcac9a32179da077299ed6465af41e Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 17 Jun 2026 02:27:20 -0400 Subject: feat: movement overhauled. agility-enhancing items added. --- internal/game/action_state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/action_state.go') diff --git a/internal/game/action_state.go b/internal/game/action_state.go index c5d086e..b28e170 100644 --- a/internal/game/action_state.go +++ b/internal/game/action_state.go @@ -45,7 +45,7 @@ func (a *ActionState) Description() string { case ActionCombating: return "fighting a " + a.TargetName case ActionMoving: - return "walking in from the " + a.Direction + return "heading " + a.Direction case ActionUsing: return "using a " + a.TargetName case ActionTalking: -- cgit v1.2.3