Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-11-04 01:18:24 -05:00
12 changed files with 86 additions and 39 deletions

View File

@@ -2983,8 +2983,9 @@ boolean peaceful, silent;
if (canseemon(shkp)) {
Norep("%s booms: \"%s, you are a thief!\"",
Shknam(shkp), g.plname);
} else
} else if (!Deaf) {
Norep("You hear a scream, \"Thief!\"");
}
}
hot_pursuit(shkp);
(void) angry_guards(FALSE);