Lines Matching defs:cursed
73 static int cursed(struct obj *);
100 if (otmp == uarmg && uwep && uwep->cursed) { /* myers@uwmacc */
145 if (cursed(otmp))
153 cursed(struct obj *otmp)
155 if (otmp->cursed) {
156 pline("You can't. It appears to be cursed.");
166 if (cursed(otmp))
219 } else if (uwep && uwep->cursed) {
234 if (otmp == uwep && uwep->cursed) {
274 if (otmp == uwep && uwep->cursed) {
399 /* Note: at present also cursed rings fall off */
413 /* Note: at present also cursed weapons fall */