]> granicus.if.org Git - nethack/commitdiff
comment bit
authorcohrs <cohrs>
Thu, 28 Nov 2002 19:13:01 +0000 (19:13 +0000)
committercohrs <cohrs>
Thu, 28 Nov 2002 19:13:01 +0000 (19:13 +0000)
mtrapped comment didn't mention webs

include/monst.h

index 595af0e69db8433ed915e4da7d27c4a4f2f981ec..af2bb780683d9c3f5ccb9673edd8353ea48990a2 100644 (file)
@@ -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 */