Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-10-01 20:44:57 -04:00
10 changed files with 68 additions and 90 deletions

View File

@@ -2134,8 +2134,7 @@ int final;
*ocl ? "'" : "", *ocl ? ocl : "all types", *ocl ? "'" : "");
if (flags.pickup_thrown && *ocl) /* *ocl: don't show if 'all types' */
Strcat(buf, " plus thrown");
if (iflags.autopickup_exceptions[AP_GRAB]
|| iflags.autopickup_exceptions[AP_LEAVE])
if (apelist)
Strcat(buf, ", with exceptions");
} else
Strcpy(buf, "off");