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

  /src/games/hack/
hack.makemon.c 94 if (strchr(fut_geno, ptr->mlet))
111 if (strchr(fut_geno, ptr->mlet))
128 if (ptr->mlet == 'D')
137 if (ptr->mlet == 'M') {
142 if (x == u.ux && y == u.uy && ptr->mlet != ' ')
147 if (ptr->mlet == 's' || ptr->mlet == 'S') {
153 if (ptr->mlet == ':') {
157 if (ptr->mlet == 'I' || ptr->mlet == ';'
    [all...]
def.permonst.h 68 char mlet; member in struct:permonst
hack.fight.c 86 if (strchr("Eauy", pa->mlet))
119 if (magr->data->mlet == 'c' && !magr->cham) {
151 if (letter(pd->mlet) && rn2(3)) {
152 (void) mkobj_at(pd->mlet, mdef->mx, mdef->my);
166 if (strchr(mlarge, mdef->data->mlet))
225 if (mon->data->mlet == 'c' && !uarmg) {
234 if (strchr(mlarge, mon->data->mlet)) {
255 if (mon->data->mlet == 'O' && obj != NULL &&
274 if (mon->data->mlet == 'c') {
283 if (strchr(UNDEAD, mon->data->mlet))
    [all...]
hack.mon.c 117 iseel = (mtmp->data->mlet == ';');
242 panic("bad monster %c (%d)", mdat->mlet, mdat->mlevel);
245 if ((!(moves % 20) || strchr(MREGEN, mdat->mlet)) &&
257 (!Stealth || (mdat->mlet == 'e' && rn2(10))) &&
258 (!strchr("NL", mdat->mlet) || !rn2(50)) &&
259 (Aggravate_monster || strchr("d1", mdat->mlet)
273 if (mtmp->mflee && strchr("tNL", mdat->mlet) && !rn2(40)) {
296 (strchr("BIuy", mdat->mlet) && !rn2(4)) ||
297 (mdat->mlet == 'L' && !u.ugold && (mtmp->mgold || rn2(2))) ||
305 if (!strchr("Ea", mdat->mlet) && nearby &
    [all...]
hack.wizard.c 96 if (mtmp->data->mlet == '1' && mtmp->msleep && !rn2(40))
161 if (mtmp->data->mlet != '1' && mtmp->mcan)
171 switch (mtmp->data->mlet) {
hack.trap.c 233 if (strchr(mlarge, mtmp->data->mlet)) {
237 else if (mtmp->data->mlet == 'o')
244 if (!strchr("EywBfk'& ", mtmp->data->mlet)) { /* ab */
286 if (mtmp->data->mlet != 'w') {
hack.mhitu.c 87 if (mdat->mlet == 'c' && !rn2(13)) {
98 switch (mdat->mlet) { /* now mtmp == u.ustuck */
118 if (mdat->mlet == 'c' && Stoned)
122 if (mdat->mlet == ';' && mtmp->minvis && cansee(mtmp->mx, mtmp->my)) {
126 if (!strchr("1&DuxynNF", mdat->mlet))
130 if (strchr(UNDEAD, mdat->mlet) && midnight())
135 switch (mdat->mlet) {
432 if ((Invis && mtmp->data->mlet != 'I') || !mtmp->mcansee)
hack.zap.c 112 if (strchr(UNDEAD, mtmp->data->mlet)) {
561 (type != -1 || mon->data->mlet != 'D')) {
660 if (strchr("Dg", mon->data->mlet))
663 if (strchr("YF", mon->data->mlet))
670 if (strchr("YFgf", mon->data->mlet))
673 if (mon->data->mlet == 'D')
677 if (strchr(UNDEAD, mon->data->mlet))
hack.read.c 278 if (mtmp->data->mlet == *buf)
490 if (strchr("FY", mtmp->data->mlet))
641 if (ch == pm_eel.mlet)
644 if (mp->mlet == ch)
hack.lev.c 250 if (strchr(genocided, mtmp->data->mlet)) {
259 (strchr(MREGEN, mtmp->data->mlet) ? tmoves : tmoves / 20);
hack.main.c 298 if (!strchr(sfoo, pm->mlet))
299 *gp++ = pm->mlet;
hack.do.c 459 if (obj->olet == FOOD_SYM && mon->data->mlet == 'd')
462 if (obj->olet == GEM_SYM && mon->data->mlet == 'u' &&
hack.dog.c 371 mtmp2->data->mlet == 'c')
505 mtmp->isshk || mtmp->isgd || strchr(" &@12", mtmp->data->mlet))
hack.do_name.c 281 switch (mtmp->data->mlet) {
hack.steal.c 273 if (mtmp->mgold || mtmp->data->mlet == 'L') {
hack.pri.c 643 if (mtmp->data->mlet == ';')
666 ) ? mon->data->mlet : mon->mappearance);
hack.potion.c 152 at(mtmp->mx, mtmp->my, mtmp->data->mlet);
hack.unix.c 457 tmp_at(-1, md->data->mlet); /* open call */
hack.apply.c 159 } else if (mtmp->data->mlet != 'y')
hack.end.c 137 if (mtmp->data->mlet == ' ') {
hack.c 685 !mtmp->mpeaceful && !strchr("Ea", mtmp->data->mlet) &&
hack.shk.c 1142 return (mtmp->mtame || strchr("1TVWZi&, ", mtmp->data->mlet)

Completed in 46 milliseconds