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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dskills.h81 #define martial_bonus() (Role_if(PM_SAMURAI) || Role_if(PM_MONK)) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dskills.h81 #define martial_bonus() (Role_if(PM_SAMURAI) || Role_if(PM_MONK)) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dweapon.c112 barehands_or_martial[martial_bonus()] : \
1141 bonus = ((bonus + 2) * (martial_bonus() ? 2 : 1)) / 2;
1210 bonus = ((bonus + 1) * (martial_bonus() ? 3 : 1)) / 2;
H A Ddokick.c9 #define martial() (martial_bonus() || is_bigfoot(youmonst.data) || \
H A Duhitm.c542 else if (martial_bonus())
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dweapon.c112 barehands_or_martial[martial_bonus()] : \
1141 bonus = ((bonus + 2) * (martial_bonus() ? 2 : 1)) / 2;
1210 bonus = ((bonus + 1) * (martial_bonus() ? 3 : 1)) / 2;
H A Ddokick.c9 #define martial() (martial_bonus() || is_bigfoot(youmonst.data) || \
H A Duhitm.c542 else if (martial_bonus())

Completed in 62 milliseconds