diff options
Diffstat (limited to 'internal/game/tick.go')
| -rw-r--r-- | internal/game/tick.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/tick.go b/internal/game/tick.go index 767109e..f326ad8 100644 --- a/internal/game/tick.go +++ b/internal/game/tick.go @@ -109,6 +109,7 @@ func (g *Game) WanderTick() { if p, ok := sess.Player.(*player.Player); ok && p.Action != nil { if p.Action.TargetID == om.DefID { g.CancelAction(p) + g.writePrompt(sess) } } } |
