comment tidbit

This commit is contained in:
nethack.rankin
2006-12-17 04:42:16 +00:00
parent 88e20dfda3
commit 2af813f9da

View 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))) {