aboutsummaryrefslogtreecommitdiff
path: root/cmd/mud/main.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-10 01:48:28 -0400
committerhistoria <[not public]>2026-06-10 01:48:28 -0400
commita226d72e51eecb768b13600303f73483118d9104 (patch)
tree458d15ef049732c15dacc591a830d3beddbedfde /cmd/mud/main.go
parent6a0f3d7a252de4b1741cfe5e1c561412c602becc (diff)
downloadthehouseoficarus-a226d72e51eecb768b13600303f73483118d9104.tar.gz
feat: implemented janky object interaction model
Diffstat (limited to 'cmd/mud/main.go')
-rw-r--r--cmd/mud/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mud/main.go b/cmd/mud/main.go
index 1c1e1eb..d1e4ef5 100644
--- a/cmd/mud/main.go
+++ b/cmd/mud/main.go
@@ -39,6 +39,8 @@ func main() {
g.RegenTick()
g.DisconnectTick()
g.WanderTick()
+ g.AdvanceActions()
+ g.BroadcastRespawns()
return true
})