From 2af813f9dae019c7816273c7ba139567cf4d4ba5 Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Sun, 17 Dec 2006 04:42:16 +0000 Subject: [PATCH] comment tidbit --- src/uhitm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) { -- 2.40.0