aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_registry.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-20 03:51:23 -0400
committerhistoria <[not public]>2026-06-20 03:51:23 -0400
commitdde563e6810124a73de5ef12e92774c540f9d62e (patch)
tree68505a06c194d9b01b00e9d9672064b9b4b75156 /internal/game/cmd_registry.go
parente4400c5f1e84c18d2126f2cb502ae10685977cbb (diff)
downloadthehouseoficarus-dde563e6810124a73de5ef12e92774c540f9d62e.tar.gz
feat: aps system implemented
Diffstat (limited to 'internal/game/cmd_registry.go')
-rw-r--r--internal/game/cmd_registry.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/cmd_registry.go b/internal/game/cmd_registry.go
index ea741d9..db1ec81 100644
--- a/internal/game/cmd_registry.go
+++ b/internal/game/cmd_registry.go
@@ -117,6 +117,7 @@ var commandRegistry = map[string]commandDef{
"remove": {(*Game).executeRemove, ClassFree},
"unwear": {(*Game).executeRemove, ClassFree},
"unwield": {(*Game).executeRemove, ClassFree},
+ "aps": {(*Game).executeAps, ClassActive},
}
func classifyCommand(cmd string) CommandClass {