Document install and uninstall.

This commit is contained in:
Condorra 2023-04-23 00:34:05 +10:00
parent 10351fdf18
commit 8102f2f7b0

View File

@ -225,7 +225,11 @@ static REGISTERED_HELP_PAGES: phf::Map<&'static str, &'static str> = phf_map! {
\tdeath - Deaths of players in the corp.\n\
\tconsent - Changes to corp consents (war declarations)."),
"corp order" =>
ansi!("<bold>corp order<reset> corpname <bold>as<reset> number\tSet the position of the corp in your list.")
ansi!("<bold>corp order<reset> corpname <bold>as<reset> number\tSet the position of the corp in your list."),
"install" =>
ansi!("<bold>install<reset> item <bold>on door to<reset> direction\tInstalls hardware such as a lock on a door."),
"uninstall" =>
ansi!("<bold>uninstall<reset> item <bold>from door to<reset> direction\tRemoves installed hardware such as a lock on a door."),
};
static EXPLICIT_HELP_PAGES: phf::Map<&'static str, &'static str> = phf_map! {
@ -259,7 +263,7 @@ static EXPLICIT_HELP_PAGES: phf::Map<&'static str, &'static str> = phf_map! {
\t<bold>disallow<reset> action <bold>from<reset> player\n\
Consent for fight can be revoked similarly if the consent used the <bold>allow revoke<reset> option. \
Otherwise, attempting to revoke informs the other player, and it is revoked when they also issue a \
disallow command.")
disallow command."),
};
pub struct Verb;