diff --git a/src/uhitm.c b/src/uhitm.c index 9478c9702..80d656ab5 100644 --- a/src/uhitm.c +++ b/src/uhitm.c @@ -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))) {