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

  /src/games/hack/
hack.wield.c 89 else if (uwep && uwep->cursed)
107 if (uwep->cursed)
144 uwep->cursed = 0;
168 uwep->cursed = 0;
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.mkobj.c 132 otmp->cursed = 1;
158 otmp->cursed = 1;
163 otmp->cursed = 1;
176 otmp->cursed = 1;
183 otmp->cursed = 1;
hack.bones.c 95 /* drop everything; the corpse's possessions are usually cursed */
103 otmp->cursed = 1;
139 otmp->cursed = 1; /* flag as gotten from a
def.obj.h 84 Bitfield(cursed,1);
hack.steal.c 183 int curssv = otmp->cursed;
184 otmp->cursed = 0;
188 otmp->cursed ? "helps you to take"
194 otmp->cursed = curssv;
hack.engrave.c 233 if (uwep && uwep->cursed) {
241 else if (otmp->cursed)
hack.apply.c 205 if (uwep->cursed) {
446 if (uwep && uwep->cursed) {
hack.do.c 112 if (uwep->cursed) {
348 if (obj->cursed) {
hack.dog.c 178 if (!obj->cursed)
390 /* dog eschewes cursed objects */
396 if (obj->cursed)
404 * cursed object
hack.read.c 124 otmp->cursed = 0;
201 obj->cursed = confused;
hack.u_init.c 341 obj->cursed = 0;
hack.invent.c 914 obj->cursed == otmp->cursed &&
hack.objnam.c 670 otmp->cursed = 1;

Completed in 17 milliseconds