Searched refs:NORMAL_SPEED (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h71 #define NORMAL_SPEED 12 /* movement rates */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h71 #define NORMAL_SPEED 12 /* movement rates */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dallmain.c60 youmonst.movement = NORMAL_SPEED; /* give the hero some movement points */
71 youmonst.movement -= NORMAL_SPEED;
79 if (youmonst.movement > NORMAL_SPEED)
84 if (!monscanmove && youmonst.movement < NORMAL_SPEED) {
110 moveamt += NORMAL_SPEED / 2;
111 if (rn2(3) == 0) moveamt += NORMAL_SPEED / 2;
114 if (rn2(3) != 0) moveamt += NORMAL_SPEED / 2;
291 } while (youmonst.movement<NORMAL_SPEED); /* hero can't move loop */
H A Dexper.c55 if (ptr->mmove > NORMAL_SPEED)
56 tmp += (ptr->mmove > (3*NORMAL_SPEED/2)) ? 5 : 3;
H A Dmhitm.c160 rn2(4) && mon->movement >= NORMAL_SPEED) {
161 mon->movement -= NORMAL_SPEED;
H A Dmon.c588 if(mtmp->movement < NORMAL_SPEED)
591 mtmp->movement -= NORMAL_SPEED;
592 if (mtmp->movement >= NORMAL_SPEED)
H A Dmonmove.c1016 rn2(4) && mtmp2->movement >= NORMAL_SPEED) {
1017 mtmp2->movement -= NORMAL_SPEED;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dallmain.c60 youmonst.movement = NORMAL_SPEED; /* give the hero some movement points */
71 youmonst.movement -= NORMAL_SPEED;
79 if (youmonst.movement > NORMAL_SPEED)
84 if (!monscanmove && youmonst.movement < NORMAL_SPEED) {
110 moveamt += NORMAL_SPEED / 2;
111 if (rn2(3) == 0) moveamt += NORMAL_SPEED / 2;
114 if (rn2(3) != 0) moveamt += NORMAL_SPEED / 2;
291 } while (youmonst.movement<NORMAL_SPEED); /* hero can't move loop */
H A Dexper.c55 if (ptr->mmove > NORMAL_SPEED)
56 tmp += (ptr->mmove > (3*NORMAL_SPEED/2)) ? 5 : 3;
H A Dmhitm.c160 rn2(4) && mon->movement >= NORMAL_SPEED) {
161 mon->movement -= NORMAL_SPEED;
H A Dmon.c588 if(mtmp->movement < NORMAL_SPEED)
591 mtmp->movement -= NORMAL_SPEED;
592 if (mtmp->movement >= NORMAL_SPEED)
H A Dmonmove.c1016 rn2(4) && mtmp2->movement >= NORMAL_SPEED) {
1017 mtmp2->movement -= NORMAL_SPEED;

Completed in 68 milliseconds