From 9d4b799db4868bcab291b83599ff088763cd4ed6 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 24 Jun 2026 20:58:25 -0400 Subject: feat: new type of non-violent 'combat': work --- internal/game/cmd_registry.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/game/cmd_registry.go') 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}, -- cgit v1.2.3