Home
last modified time | relevance | path

Searched refs:olet (Results 1 – 23 of 23) sorted by relevance

/dragonfly/games/hack/
HDhack.do.c87 if (obj->olet == '$') { /* pseudo object */ in drop()
362 if (obj->olet == POTION_SYM) in dothrow()
378 } else if (obj->olet == POTION_SYM) { in dothrow()
399 obj->olet, in dothrow()
407 if (obj->olet == WEAPON_SYM) { in dothrow()
446 } else if (obj->olet == POTION_SYM && u.ulevel > rn2(15)) { in dothrow()
454 if (obj->olet == FOOD_SYM && mon->data->mlet == 'd') in dothrow()
457 if (obj->olet == GEM_SYM && mon->data->mlet == 'u' && in dothrow()
HDhack.invent.c365 otmp->olet = '$'; in mkgoldobj()
411 if (!*let || strchr(let, otmp->olet)) { in getobj()
524 if (!allowall && let && !strchr(let, otmp->olet)) { in getobj()
572 if (!strchr(ilets, otmp->olet)) { in ggetobj()
573 ilets[iletct++] = otmp->olet; in ggetobj()
648 if (olets && *olets && !strchr(olets, otmp->olet)) in askchain()
774 if (!strchr(stuff, otmp->olet)) { in dotypeinv()
775 stuff[stct++] = otmp->olet; in dotypeinv()
816 if (c == otmp->olet || (c == 'u' && otmp->unpaid)) in dotypeinv()
910 (strchr("%*?!", obj->olet) || in merged()
[all …]
HDhack.steal.c169 switch (otmp->olet) { in steal()
208 if (otmp->olet == CHAIN_SYM) { in steal()
238 if (otmp->olet == AMULET_SYM) { in stealamulet()
265 atl(otmp->ox, otmp->oy, otmp->olet); in relobj()
HDhack.wizard.c93 if (otmp->olet == AMULET_SYM && !otmp->spe) { in amulet()
107 if (mtmp->minvent && mtmp->minvent->olet == AMULET_SYM && in wiz_hit()
118 if (otmp->olet == AMULET_SYM && !otmp->spe) { in wiz_hit()
HDhack.wield.c115 if (!uwep || uwep->olet != WEAPON_SYM) in corrode_weapon()
130 if (!uwep || uwep->olet != WEAPON_SYM) { in chwepon()
HDhack.fight.c150 atl(mdef->mx, mdef->my, fobj->olet); in mondied()
167 atl(mdef->mx, mdef->my, fobj->olet); in monstone()
225 } else if (obj->olet == WEAPON_SYM || obj->otyp == PICK_AXE) { in hmon()
386 if (uwep->olet == WEAPON_SYM || uwep->otyp == PICK_AXE) in attack()
HDhack.u_init.c337 if (obj->olet == WEAPON_SYM) { in ini_inv()
349 if (obj->olet == ARMOR_SYM) { in ini_inv()
372 if (obj->olet == WEAPON_SYM) in ini_inv()
HDhack.zap.c157 ? GEM_SYM : obj->olet, in bhito()
168 if (obj->spe && obj->olet != AMULET_SYM) { in bhito()
689 if (obj->olet == FOOD_SYM && obj->otyp > CORPSE) { in revive()
727 obj->olet = WEAPON_SYM; in fracture_rock()
740 if (obj->olet == SCROLL_SYM) { in burn_scrolls()
HDhack.pri.c410 atl(x, y, otmp->olet); in prl()
439 tmp = otmp->olet; in news0()
596 atl(obj->ox, obj->oy, obj->olet); in pobj()
621 if (obj->olet == FOOD_SYM && obj->otyp >= CORPSE in seeobjs()
627 if (obj->olet == FOOD_SYM && obj->otyp >= CORPSE in seeobjs()
HDhack.objnam.c178 switch (obj->olet) { in xname()
295 obj->olet, obj->olet, obj->otyp, obj->spe); in xname()
348 switch (obj->olet) { in doname()
HDhack.save.c205 if (otmp->olet == CHAIN_SYM) in dorecover()
212 if (otmp->olet == BALL_SYM && otmp->spe) in dorecover()
HDdef.obj.h78 char olet; member
HDhack.dog.c162 switch (obj->olet) { in dogfood()
245 if (!strchr("0_", obj->olet)) { in dog_move()
393 if (obj->olet == FOOD_SYM && in dog_move()
HDhack.bones.c132 if (otmp->olet == AMULET_SYM && !otmp->spe) { in savebones()
HDhack.shk.c745 ((tmp = shtypes[rooms[ESHK(shopkeeper)->shoproom].rtype - 8]) && tmp != obj->olet) in subfrombill()
746 || strchr("_0", obj->olet)) { in subfrombill()
842 switch (obj->olet) { in getprice()
904 if (otmp->olet == FOOD_SYM && !otmp->unpaid) in realhunger()
HDhack.mkobj.c118 otmp->olet = let; in mksobj()
HDhack.read.c369 if (obj->olet == FOOD_SYM) { in doread()
387 if (obj->olet == foodsym) in doread()
HDhack.mon.c439 if (likeobjs || otmp->olet == GEM_SYM) in m_move()
558 if (otmp->olet == GEM_SYM) in mpickgems()
904 atl(x, y, obj2->olet); in killed()
HDhack.end.c246 if (otmp->olet == GEM_SYM) { in done()
257 } else if (otmp->olet == AMULET_SYM) { in done()
HDhack.potion.c167 at(objs->ox, objs->oy, objs->olet); in dodrink()
HDhack.eat.c173 otmp->olet == FOOD_SYM) { in doeat()
HDhack.trap.c533 if (obj->olet == SCROLL_SYM && rn2(12) > u.uluck) in drown()
HDhack.c263 atl(rx, ry, otmp->olet); in domove()