aboutsummaryrefslogtreecommitdiff
path: root/internal/game/tick.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/tick.go')
-rw-r--r--internal/game/tick.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/game/tick.go b/internal/game/tick.go
index 4db5b58..d765983 100644
--- a/internal/game/tick.go
+++ b/internal/game/tick.go
@@ -334,13 +334,6 @@ func (g *Game) MoveTick() {
}
p.MoveTicks--
if p.MoveTicks > 0 {
- if g.Combat.Get(p.Name) != nil && p.OptionBool("run_countdown") {
- if p.MoveTicks > 1 {
- sess.WriteLine(fmt.Sprintf("Running in %d ticks...", p.MoveTicks))
- } else {
- sess.WriteLine("Running next tick!")
- }
- }
} else {
g.completeMove(sess, p)
g.writePrompt(sess)