comment tidbit
This commit is contained in:
+1
-1
@@ -1140,7 +1140,7 @@ struct attack *mattk;
|
|||||||
#endif
|
#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 */
|
protection might fail (33% chance) when the armor is cursed */
|
||||||
if (obj && (obj->greased || obj->otyp == OILSKIN_CLOAK) &&
|
if (obj && (obj->greased || obj->otyp == OILSKIN_CLOAK) &&
|
||||||
(!obj->cursed || rn2(3))) {
|
(!obj->cursed || rn2(3))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user