This commit is contained in:
klorpa
2024-08-31 15:28:42 -05:00
parent 8e85561725
commit 02c4147893
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;