Symbol: cursed
games/hack/def.obj.h
83
Bitfield(cursed,1);
games/hack/hack.apply.c
198
if(uwep->cursed) {
games/hack/hack.apply.c
436
if(uwep && uwep->cursed) {
games/hack/hack.bones.c
131
otmp->cursed = 1; /* flag as gotten from a ghost */
games/hack/hack.bones.c
97
if(rn2(5)) otmp->cursed = 1;
games/hack/hack.do.c
106
if(uwep->cursed) {
games/hack/hack.do.c
340
if(obj->cursed){
games/hack/hack.do_wear.c
140
if(cursed(otmp)) return(0);
games/hack/hack.do_wear.c
149
if(otmp->cursed){
games/hack/hack.do_wear.c
161
if(cursed(otmp)) return(0);
games/hack/hack.do_wear.c
211
if(uwep && uwep->cursed) {
games/hack/hack.do_wear.c
225
if(otmp == uwep && uwep->cursed) {
games/hack/hack.do_wear.c
263
if(otmp == uwep && uwep->cursed) {
games/hack/hack.do_wear.c
71
static int cursed(struct obj *);
games/hack/hack.do_wear.c
97
if( otmp == uarmg && uwep && uwep->cursed ) { /* myers@uwmacc */
games/hack/hack.dog.c
175
if(!obj->cursed) return(APPORT);
games/hack/hack.dog.c
377
if(obj->cursed) goto nxti;
games/hack/hack.engrave.c
228
if(uwep && uwep->cursed) {
games/hack/hack.engrave.c
236
else if(otmp->cursed)
games/hack/hack.invent.c
856
obj->cursed == otmp->cursed &&
games/hack/hack.mkobj.c
125
otmp->cursed = 1;
games/hack/hack.mkobj.c
148
if(!rn2(8)) otmp->cursed = 1;
games/hack/hack.mkobj.c
152
otmp->cursed = 1;
games/hack/hack.mkobj.c
163
otmp->cursed = 1;
games/hack/hack.mkobj.c
169
otmp->cursed = 1;
games/hack/hack.objnam.c
637
otmp->cursed = 1;
games/hack/hack.read.c
116
otmp->cursed = 0;
games/hack/hack.read.c
191
obj->cursed = confused;
games/hack/hack.steal.c
173
{ int curssv = otmp->cursed;
games/hack/hack.steal.c
174
otmp->cursed = 0;
games/hack/hack.steal.c
178
otmp->cursed ? "helps you to take"
games/hack/hack.steal.c
184
otmp->cursed = curssv;
games/hack/hack.u_init.c
333
obj->cursed = 0;
games/hack/hack.wield.c
102
if(uwep->cursed)
games/hack/hack.wield.c
139
uwep->cursed = 0;
games/hack/hack.wield.c
163
if(amount > 0) uwep->cursed = 0;
games/hack/hack.wield.c
84
else if(uwep && uwep->cursed)