Merge branch 'NetHack-3.7' of https://github.com/klorpa/NetHack into NetHack-3.7

This commit is contained in:
nhmall
2024-09-14 09:17:48 -04:00
10 changed files with 12 additions and 12 deletions

View File

@@ -1801,7 +1801,7 @@ arti_invoke(struct obj *obj)
any = cg.zeroany; /* set all bits to zero */
start_menu(tmpwin, MENU_BEHAVE_STANDARD);
/* use index+1 (cant use 0) as identifier */
/* use index+1 (can't use 0) as identifier */
for (i = num_ok_dungeons = 0; i < svn.n_dgns; i++) {
if (!svd.dungeons[i].dunlev_ureached)
continue;