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/tick.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/game/tick.go') diff --git a/internal/game/tick.go b/internal/game/tick.go index f8d6f04..7f593a4 100644 --- a/internal/game/tick.go +++ b/internal/game/tick.go @@ -288,6 +288,9 @@ func (g *Game) ConsumeTick() { if p.ConsumeCooldown > 0 { p.ConsumeCooldown-- } + if p.HomeTransportCooldown > 0 { + p.HomeTransportCooldown-- + } } } -- cgit v1.2.3