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

@@ -663,7 +663,7 @@ find_targ(
/* if a long worm, only accept the head as a target */
&& targ->mx == curx && targ->my == cury) /* not tail */
break;
/* If the pet can't see it, it assumes it aint there */
/* If the pet can't see it, it assumes it ain't there */
targ = 0;
}
}