aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-16 01:59:27 -0400
committerhistoria <[not public]>2026-06-16 01:59:27 -0400
commit43f21aabae8924f35c12c8485e690aeefe0089fb (patch)
treeb5fbadb89df3cf4ffec86503bb8e2d7e52b27454 /cmd
parent4cc1ddcd185509080b4b3e15d1646567edd51c9d (diff)
downloadthehouseoficarus-43f21aabae8924f35c12c8485e690aeefe0089fb.tar.gz
feat: overhauled ansi color, added prompt options
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mud/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mud/main.go b/cmd/mud/main.go
index c96a0e9..2d19608 100644
--- a/cmd/mud/main.go
+++ b/cmd/mud/main.go
@@ -35,7 +35,7 @@ func main() {
}
}
- g := game.New(dataDir)
+ g := game.New(dataDir, &cfg.Colors)
g.Ticks.Start(cfg.Game.TickLength)
defer g.Ticks.Stop()