HomeSort by: relevance | last modified time | path
    Searched defs:cursed (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.do_wear.c 73 static int cursed(struct obj *);
100 if (otmp == uarmg && uwep && uwep->cursed) { /* myers@uwmacc */
145 if (cursed(otmp))
153 cursed(struct obj *otmp) function in typeref:typename:int
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) {
    [all...]
hack.do_wear.c 73 static int cursed(struct obj *);
100 if (otmp == uarmg && uwep && uwep->cursed) { /* myers@uwmacc */
145 if (cursed(otmp))
153 cursed(struct obj *otmp) function in typeref:typename:int
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) {
    [all...]

Completed in 21 milliseconds