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

  /src/games/hack/
hack.wield.c 120 if (!uwep || uwep->olet != WEAPON_SYM)
135 if (!uwep || uwep->olet != WEAPON_SYM) {
hack.wizard.c 98 if (otmp->olet == AMULET_SYM && !otmp->spe) {
112 if (mtmp->minvent && mtmp->minvent->olet == AMULET_SYM &&
123 if (otmp->olet == AMULET_SYM && !otmp->spe) {
hack.do.c 92 if (obj->olet == '$') { /* pseudo object */
367 if (obj->olet == POTION_SYM)
383 } else if (obj->olet == POTION_SYM) {
404 obj->olet,
412 if (obj->olet == WEAPON_SYM) {
451 } else if (obj->olet == POTION_SYM && u.ulevel > rn2(15)) {
459 if (obj->olet == FOOD_SYM && mon->data->mlet == 'd')
462 if (obj->olet == GEM_SYM && mon->data->mlet == 'u' &&
def.obj.h 78 char olet; member in struct:obj
hack.steal.c 174 switch (otmp->olet) {
213 if (otmp->olet == CHAIN_SYM) {
243 if (otmp->olet == AMULET_SYM) {
270 atl(otmp->ox, otmp->oy, otmp->olet);
hack.invent.c 370 otmp->olet = '$';
416 if (!*let || strchr(let, otmp->olet)) {
529 if (!allowall && let && !strchr(let, otmp->olet)) {
577 if (!strchr(ilets, otmp->olet)) {
578 ilets[iletct++] = otmp->olet;
632 * with olet in olets (if nonNULL) and satisfying ckfn (if nonNULL)
653 if (olets && *olets && !strchr(olets, otmp->olet))
779 if (!strchr(stuff, otmp->olet)) {
780 stuff[stct++] = otmp->olet;
821 if (c == otmp->olet || (c == 'u' && otmp->unpaid)
    [all...]
hack.u_init.c 342 if (obj->olet == WEAPON_SYM) {
354 if (obj->olet == ARMOR_SYM) {
377 if (obj->olet == WEAPON_SYM)
hack.bones.c 137 if (otmp->olet == AMULET_SYM && !otmp->spe) {
hack.fight.c 155 atl(mdef->mx, mdef->my, fobj->olet);
172 atl(mdef->mx, mdef->my, fobj->olet);
230 } else if (obj->olet == WEAPON_SYM || obj->otyp == PICK_AXE) {
391 if (uwep->olet == WEAPON_SYM || uwep->otyp == PICK_AXE)
hack.save.c 210 if (otmp->olet == CHAIN_SYM)
217 if (otmp->olet == BALL_SYM && otmp->spe)
hack.pri.c 415 atl(x, y, otmp->olet);
444 tmp = otmp->olet;
601 atl(obj->ox, obj->oy, obj->olet);
626 if (obj->olet == FOOD_SYM && obj->otyp >= CORPSE
632 if (obj->olet == FOOD_SYM && obj->otyp >= CORPSE
hack.zap.c 162 ? GEM_SYM : obj->olet,
173 if (obj->spe && obj->olet != AMULET_SYM) {
379 * bhit: called when a weapon is thrown (sym = obj->olet) or when an
694 if (obj->olet == FOOD_SYM && obj->otyp > CORPSE) {
732 obj->olet = WEAPON_SYM;
745 if (obj->olet == SCROLL_SYM) {
hack.dog.c 167 switch (obj->olet) {
250 if (!strchr("0_", obj->olet)) {
264 * obj->olet)
398 if (obj->olet == FOOD_SYM &&
hack.mkobj.c 123 otmp->olet = let;
hack.objnam.c 183 switch (obj->olet) {
300 obj->olet, obj->olet, obj->otyp, obj->spe);
353 switch (obj->olet) {
hack.read.c 374 if (obj->olet == FOOD_SYM) {
392 if (obj->olet == foodsym)
hack.shk.c 750 ((tmp = shtypes[rooms[ESHK(shopkeeper)->shoproom].rtype - 8]) && tmp != obj->olet)
751 || strchr("_0", obj->olet)) {
847 switch (obj->olet) {
909 if (otmp->olet == FOOD_SYM && !otmp->unpaid)
hack.end.c 251 if (otmp->olet == GEM_SYM) {
262 } else if (otmp->olet == AMULET_SYM) {
hack.eat.c 178 otmp->olet == FOOD_SYM) {
hack.potion.c 172 at(objs->ox, objs->oy, objs->olet);
hack.trap.c 538 if (obj->olet == SCROLL_SYM && rn2(12) > u.uluck)
hack.mon.c 444 if (likeobjs || otmp->olet == GEM_SYM)
563 if (otmp->olet == GEM_SYM)
891 /* if(cansee(x,y)) atl(x,y,fobj->olet); */
909 atl(x, y, obj2->olet);
hack.c 268 atl(rx, ry, otmp->olet);

Completed in 89 milliseconds