From: cohrs Date: Thu, 28 Nov 2002 19:13:01 +0000 (+0000) Subject: comment bit X-Git-Tag: MOVE2GIT~2321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2492ed0de1101ab598ffedac7b12d90963f262b6;p=nethack comment bit mtrapped comment didn't mention webs --- diff --git a/include/monst.h b/include/monst.h index 595af0e69..af2bb7806 100644 --- a/include/monst.h +++ b/include/monst.h @@ -100,7 +100,7 @@ struct monst { Bitfield(mstun,1); /* stunned (off balance) */ Bitfield(mconf,1); /* confused */ Bitfield(mpeaceful,1); /* does not attack unprovoked */ - Bitfield(mtrapped,1); /* trapped in a pit or bear trap */ + Bitfield(mtrapped,1); /* trapped in a pit, web or bear trap */ Bitfield(mleashed,1); /* monster is on a leash */ Bitfield(isshk,1); /* is shopkeeper */ Bitfield(isminion,1); /* is a minion */