Searched refs:multishot (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmthrowu.c491 int multishot; local
546 multishot = 1;
550 if (is_prince(mtmp->data)) multishot += 2;
551 else if (is_lord(mtmp->data)) multishot++;
555 multishot++;
558 if (skill == P_DAGGER) multishot++;
563 mwep->otyp == YUMI) multishot++;
575 multishot++;
577 if ((long)multishot > otmp->quan) multishot
[all...]
H A Ddothrow.c42 int multishot = 1; local
116 case P_SKILLED: multishot++; break;
117 case P_EXPERT: multishot += 2; break;
122 multishot++;
125 if (skill == P_DAGGER) multishot++;
128 if (obj->otyp == YA && uwep && uwep->otyp == YUMI) multishot++;
137 uwep->otyp == ELVEN_BOW) multishot++;
141 uwep->otyp == ORCISH_BOW) multishot++;
148 if ((long)multishot > obj->quan) multishot
[all...]
H A Ddecl.c111 NEARDATA struct multishot m_shot = { 0, 0, STRANGE_OBJECT, FALSE };
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmthrowu.c491 int multishot; local
546 multishot = 1;
550 if (is_prince(mtmp->data)) multishot += 2;
551 else if (is_lord(mtmp->data)) multishot++;
555 multishot++;
558 if (skill == P_DAGGER) multishot++;
563 mwep->otyp == YUMI) multishot++;
575 multishot++;
577 if ((long)multishot > otmp->quan) multishot
[all...]
H A Ddothrow.c42 int multishot = 1; local
116 case P_SKILLED: multishot++; break;
117 case P_EXPERT: multishot += 2; break;
122 multishot++;
125 if (skill == P_DAGGER) multishot++;
128 if (obj->otyp == YA && uwep && uwep->otyp == YUMI) multishot++;
137 uwep->otyp == ELVEN_BOW) multishot++;
141 uwep->otyp == ORCISH_BOW) multishot++;
148 if ((long)multishot > obj->quan) multishot
[all...]
H A Ddecl.c111 NEARDATA struct multishot m_shot = { 0, 0, STRANGE_OBJECT, FALSE };
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddecl.h203 E NEARDATA struct multishot { int n, i; short o; boolean s; } m_shot; struct
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddecl.h203 E NEARDATA struct multishot { int n, i; short o; boolean s; } m_shot; struct

Completed in 46 milliseconds