]> granicus.if.org Git - nethack/commitdiff
comment tidbit
authornethack.rankin <nethack.rankin>
Sun, 17 Dec 2006 04:42:16 +0000 (04:42 +0000)
committernethack.rankin <nethack.rankin>
Sun, 17 Dec 2006 04:42:16 +0000 (04:42 +0000)
src/uhitm.c

index 9478c970242007d8b4605f88afd5af3d5d935dba..80d656ab500320375f718a59dae97d6ea4a366e1 100644 (file)
@@ -1140,7 +1140,7 @@ struct attack *mattk;
 #endif
        }
 
-       /* if your cloak/armor is greased, monster slips off; this
+       /* if monster's cloak/armor is greased, your grab slips off; this
           protection might fail (33% chance) when the armor is cursed */
        if (obj && (obj->greased || obj->otyp == OILSKIN_CLOAK) &&
                (!obj->cursed || rn2(3))) {