Searched refs:PM_ARCHEOLOGIST (Results 1 - 25 of 32) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmplayer.c153 case PM_ARCHEOLOGIST:
301 pm = PM_ARCHEOLOGIST + rn2(PM_WIZARD - PM_ARCHEOLOGIST + 1);
H A Du_init.c606 case PM_ARCHEOLOGIST:
857 case PM_ARCHEOLOGIST: skills = Skill_A; break;
H A Dattrib.c544 case PM_ARCHEOLOGIST: abil = arc_abil; break;
H A Dmon.c99 case PM_STUDENT: mndx = mode ? PM_ARCHEOLOGIST : PM_HUMAN; break;
1857 (mndx < PM_ARCHEOLOGIST || mndx > PM_WIZARD) &&
2341 else if (rn2(3)) mndx = rn1(PM_WIZARD - PM_ARCHEOLOGIST + 1,
2342 PM_ARCHEOLOGIST);
H A Dmondata.c602 {PM_STUDENT, PM_ARCHEOLOGIST},
H A Drole.c40 PM_ARCHEOLOGIST, NON_PM, NON_PM,
H A Dsounds.c709 case PM_ARCHEOLOGIST:
H A Ddig.c771 if (Role_if(PM_ARCHEOLOGIST)) {
H A Dapply.c1908 (Role_if(PM_ARCHEOLOGIST) || Race_if(PM_GNOME))))) {
2133 if (Role_if(PM_ARCHEOLOGIST)) ++proficient;
H A Dobjnam.c370 (Role_if(PM_ARCHEOLOGIST) && (obj->spe & STATUE_HISTORIC)) ? "historic " : "" ,
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmplayer.c153 case PM_ARCHEOLOGIST:
301 pm = PM_ARCHEOLOGIST + rn2(PM_WIZARD - PM_ARCHEOLOGIST + 1);
H A Du_init.c606 case PM_ARCHEOLOGIST:
857 case PM_ARCHEOLOGIST: skills = Skill_A; break;
H A Dattrib.c544 case PM_ARCHEOLOGIST: abil = arc_abil; break;
H A Dmon.c99 case PM_STUDENT: mndx = mode ? PM_ARCHEOLOGIST : PM_HUMAN; break;
1857 (mndx < PM_ARCHEOLOGIST || mndx > PM_WIZARD) &&
2341 else if (rn2(3)) mndx = rn1(PM_WIZARD - PM_ARCHEOLOGIST + 1,
2342 PM_ARCHEOLOGIST);
H A Dmondata.c602 {PM_STUDENT, PM_ARCHEOLOGIST},
H A Drole.c40 PM_ARCHEOLOGIST, NON_PM, NON_PM,
H A Dsounds.c709 case PM_ARCHEOLOGIST:
H A Ddig.c771 if (Role_if(PM_ARCHEOLOGIST)) {
H A Dapply.c1908 (Role_if(PM_ARCHEOLOGIST) || Race_if(PM_GNOME))))) {
2133 if (Role_if(PM_ARCHEOLOGIST)) ++proficient;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dpm.h336 #define PM_ARCHEOLOGIST 328 macro
H A Dartilist.h158 INVIS, A_LAWFUL, PM_ARCHEOLOGIST, NON_PM, 2500L ),
H A Dmondata.h132 #define is_mplayer(ptr) (((ptr) >= &mons[PM_ARCHEOLOGIST]) && \
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dpm.h336 #define PM_ARCHEOLOGIST 328 macro
H A Dartilist.h158 INVIS, A_LAWFUL, PM_ARCHEOLOGIST, NON_PM, 2500L ),
H A Dmondata.h132 #define is_mplayer(ptr) (((ptr) >= &mons[PM_ARCHEOLOGIST]) && \

Completed in 239 milliseconds

12