Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-09-28 20:23:05 -04:00
5 changed files with 20 additions and 13 deletions

View File

@@ -93,7 +93,8 @@ const struct c_common_strings c_common_strings = { "Nothing happens.",
"You can move again.",
"Never mind.",
"vision quickly clears.",
{ "the", "your" } };
{ "the", "your" },
{ "mon", "you" } };
/* NOTE: the order of these words exactly corresponds to the
order of oc_material values #define'd in objclass.h. */