From 97e4c0f34a19c082e061c605e7cd15f7914c148f Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 11 Jan 2024 14:44:58 -0500 Subject: [PATCH] another comment bit --- src/muse.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/muse.c b/src/muse.c index 29ab74982..2c7993acf 100644 --- a/src/muse.c +++ b/src/muse.c @@ -399,7 +399,10 @@ m_tele( } } -/* return TRUE if monster mtmp has another monster next to it */ +/* return TRUE if monster mtmp has another monster next to it. + * Called from find_defensive() where it is limited to Is_knox() + * only, otherwise you could trap two monsters next to each other + * in a boulder fort, and they would be happy to stay in there. */ static boolean m_next2m(struct monst *mtmp) {