Home | History | Annotate | Download | only in hack

Lines Matching refs:mlet

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 &&
324 char msym = mtmp->data->mlet;
565 if (mtmp->data->mlet != 'u' || objects[otmp->otyp].g_val != 0) {
587 pool = (mon->data->mlet == ';');
817 !strchr(fut_geno, mdat->mlet))
818 charcat(fut_geno, mdat->mlet);
821 if (mdat->mlet == '@')
825 if (mdat->mlet == 'u')
834 if (strchr("AcsSDXaeRTVWU&In:P", mdat->mlet))
836 if (strchr("DeV&P", mdat->mlet))
840 if (mdat->mlet == ';')
886 tmp = mdat->mlet;
906 if (strchr("NTVm&", mdat->mlet) || rn2(5)) {
971 mtmp->minvis = (mdat->mlet == 'I') ? 1 : 0;
973 if (mdat->mlet == 'w' && getwn(mtmp))
996 return (mtmp->data->mlet == '@');