diff options
| author | historia <[not public]> | 2026-06-27 02:29:55 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-27 02:29:55 -0400 |
| commit | 6f3d21d6e7f01155ce0c461857a053b43d329392 (patch) | |
| tree | 51e96b62deb5f99a3d70c3a15ab94c520a1ee8e8 /internal/game/tick.go | |
| parent | 3102525d97aa6f1ad152c74b2ccfbd4b3a9b83f5 (diff) | |
| download | thehouseoficarus-6f3d21d6e7f01155ce0c461857a053b43d329392.tar.gz | |
feat: recall/home cmd, line break option
Diffstat (limited to 'internal/game/tick.go')
| -rw-r--r-- | internal/game/tick.go | 3 |
1 files changed, 3 insertions, 0 deletions
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-- + } } } |
