Merge branch 'NetHack-3.6' part 2

This commit is contained in:
nhmall
2019-10-01 20:51:07 -04:00
parent 642f698a7a
commit 37e10a0cd9

View File

@@ -2134,7 +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 (apelist)
if (g.apelist)
Strcat(buf, ", with exceptions");
} else
Strcpy(buf, "off");