aboutsummaryrefslogtreecommitdiff
path: root/cmd/mud
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-19 13:28:06 -0400
committerhistoria <[not public]>2026-06-19 13:28:06 -0400
commit3a58125d14bb307f861b38c6c5b0a63babde7e08 (patch)
treebd89e866447d55e6dffd447d8ef5fabf9b8fbe9d /cmd/mud
parent575a71dcfed3b9fa44af244836f638a23df05a9a (diff)
downloadthehouseoficarus-3a58125d14bb307f861b38c6c5b0a63babde7e08.tar.gz
feat: all skills kind of implemented, random prototype content added
Diffstat (limited to 'cmd/mud')
-rw-r--r--cmd/mud/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/mud/main.go b/cmd/mud/main.go
index 55e3bbf..497f427 100644
--- a/cmd/mud/main.go
+++ b/cmd/mud/main.go
@@ -56,6 +56,7 @@ func main() {
g.VisualTick()
g.SneakTick()
g.FarmTick()
+ g.BuffTick()
return true
})