continue amb els ambits

This commit is contained in:
2026-04-02 23:01:39 +02:00
parent 9ffd29bea8
commit 6faa80eef4
11 changed files with 199 additions and 109 deletions

View File

@@ -182,7 +182,8 @@ categories:
- keyword: HELP
handler: cmd_help
description: "Show this help"
usage: "HELP / ?"
usage: "HELP [<command>]"
dynamic_completions: true
- keyword: "?"
handler: cmd_help
@@ -271,6 +272,7 @@ categories:
description: "Game cheats (GAME only)"
usage: "CHEAT [INFINITE LIVES|INVINCIBILITY|OPEN THE JAIL|CLOSE THE JAIL]"
hidden: true
help_hidden: true
completions:
CHEAT: [INFINITE, INVINCIBILITY, OPEN, CLOSE]
CHEAT INFINITE: [LIVES]
@@ -282,3 +284,4 @@ categories:
CHEAT CLOSE THE: [JAIL]
debug_extras:
hidden: false
help_hidden: false