diff options
| author | historia <[not public]> | 2026-06-29 01:00:17 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-29 01:00:17 -0400 |
| commit | e9d87838590a02c7ca028fad8cd16e42a582dd32 (patch) | |
| tree | 0d9770d8fc728946c5452e732efbad393a745a23 /internal/game/cmd_verbs.go | |
| parent | fffc132263ab7d3c402992bffbaae4790161f7a7 (diff) | |
| download | thehouseoficarus-e9d87838590a02c7ca028fad8cd16e42a582dd32.tar.gz | |
feat: self-signed certificates
Diffstat (limited to 'internal/game/cmd_verbs.go')
| -rw-r--r-- | internal/game/cmd_verbs.go | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/internal/game/cmd_verbs.go b/internal/game/cmd_verbs.go index d07ef2f..70b2fb2 100644 --- a/internal/game/cmd_verbs.go +++ b/internal/game/cmd_verbs.go @@ -9,7 +9,7 @@ import ( ) var alwaysAvailable = []string{ - "look", "l", + "look", "say", "global", "who", @@ -17,30 +17,30 @@ var alwaysAvailable = []string{ "map", "walk", "score", "stats", - "inventory", "inv", "i", - "equipment", "eq", "equip", "wear", "wield", - "remove", "unwear", "unwield", + "inventory", + "equip", + "remove", "style", - "tech", "t", - "option", "options", - "color", "colors", "colortable", + "tech", + "option", + "color", "colortable", "prompt", "alias", "unalias", "help", "queued", "stop", "aps", - "autotrigger", "auto", + "autotrigger", "trigger", "sneak", - "mods", "modules", "modlist", "mod", "module", - "id", "identify", + "mods", + "identify", "eat", "drink", "fletch", "clean", "burn", "stoke", "search", - "get", "take", "grab", "pick", + "get", "drop", } |
