Merge branch 'NetHack-3.6' part 2
This commit is contained in:
@@ -2134,7 +2134,7 @@ int final;
|
|||||||
*ocl ? "'" : "", *ocl ? ocl : "all types", *ocl ? "'" : "");
|
*ocl ? "'" : "", *ocl ? ocl : "all types", *ocl ? "'" : "");
|
||||||
if (flags.pickup_thrown && *ocl) /* *ocl: don't show if 'all types' */
|
if (flags.pickup_thrown && *ocl) /* *ocl: don't show if 'all types' */
|
||||||
Strcat(buf, " plus thrown");
|
Strcat(buf, " plus thrown");
|
||||||
if (apelist)
|
if (g.apelist)
|
||||||
Strcat(buf, ", with exceptions");
|
Strcat(buf, ", with exceptions");
|
||||||
} else
|
} else
|
||||||
Strcpy(buf, "off");
|
Strcpy(buf, "off");
|
||||||
|
|||||||
Reference in New Issue
Block a user