fix typos in forceequip cpp/docs

develop
myk002 2022-07-25 16:57:08 -07:00
parent 367ac0064e
commit 094f8d7257
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
2 changed files with 3 additions and 4 deletions

@ -42,8 +42,8 @@ Items equipped by this plugin DO NOT become owned by the recipient. Adult
dwarves are free to adjust their own wardrobe, and may promptly decide to doff
your gear in favour of their owned items. Animals, as described above, will tend
to discard ALL clothing immediately unless it is manually forbidden. Armor items
seem to be an exception: an animal will tend to retain an equipped suit of mail"
even if you neglect to forbid it.
seem to be an exception: an animal will tend to retain an equipped suit of mail
even if you neglect to forbid it.
Please note that armored animals are quite vulnerable to ranged attacks. Unlike
dwarves, animals cannot block, dodge, or deflect arrows, and they are slowed by

@ -280,8 +280,7 @@ command_result df_forceequip(color_ostream &out, vector <string> & parameters)
if (p == "help" || p == "?" || p == "h" || p == "/?" || p == "info" || p == "man")
{
out << forceequip_help << endl;
return CR_OK;
return CR_WRONG_USAGE;
}
else if (p == "here" || p == "h")
{