Searched refs:GEM_SYM (Results 1 – 11 of 11) sorted by relevance
/openbsd/games/hack/ |
H A D | hack.o_init.c | 104 if(let == GEM_SYM) in init_objects() 151 first = bases[letindex(GEM_SYM)]; in setgemprobs() 157 objects[first].oc_olet != GEM_SYM || in setgemprobs()
|
H A D | def.objclass.h | 112 #define GEM_SYM '*' macro
|
H A D | hack.objnam.c | 141 if(ocl->oc_olet == GEM_SYM) in typename() 279 case GEM_SYM: in xname() 427 char wrpsym[] = { WAND_SYM, RING_SYM, POTION_SYM, SCROLL_SYM, GEM_SYM }; 577 let = GEM_SYM; in readobjnam()
|
H A D | def.objects.h | 319 GEM_SYM, prob, 0, 1, 0, 0, gval } 345 WAND_SYM, RING_SYM, GEM_SYM, 0 };
|
H A D | hack.mkobj.c | 137 case GEM_SYM: in mksobj()
|
H A D | hack.mkmaze.c | 128 (void) mkobj_at(rn2(2) ? GEM_SYM : 0, mm.x, mm.y); in makemaz()
|
H A D | hack.mon.c | 420 if(likeobjs || otmp->olet == GEM_SYM) in m_move() 530 if (otmp->olet == GEM_SYM) in mpickgems() 535 if(levl[(int)mtmp->mx][(int)mtmp->my].scrsym == GEM_SYM) in mpickgems()
|
H A D | hack.do.c | 445 if(obj->olet == GEM_SYM && mon->data->mlet == 'u' && in dothrow()
|
H A D | hack.zap.c | 149 ? GEM_SYM : obj->olet, in bhito()
|
H A D | hack.end.c | 248 if(otmp->olet == GEM_SYM){ in done()
|
H A D | hack.shk.c | 869 case GEM_SYM: in getprice()
|