diff options
Diffstat (limited to 'internal/game/cmd_registry.go')
| -rw-r--r-- | internal/game/cmd_registry.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/cmd_registry.go b/internal/game/cmd_registry.go index fe3d90a..be1c276 100644 --- a/internal/game/cmd_registry.go +++ b/internal/game/cmd_registry.go @@ -22,6 +22,7 @@ var commandRegistry = map[string]commandDef{ "drop": {(*Game).executeDrop, ClassActive}, "attack": {(*Game).executeAttack, ClassActive}, "kill": {(*Game).executeAttack, ClassActive}, + "work": {(*Game).executeWork, ClassActive}, "style": {(*Game).executeStyle, ClassInstant}, "look": {(*Game).executeLook, ClassInstant}, "l": {(*Game).executeLook, ClassInstant}, |
