Searched refs:spell_bonus (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c3254 int spell_bonus = type ? spell_hit_bonus(type) : 0; local
3257 if (!chance) return rnd(10) < ac+spell_bonus;
3262 return (3 - chance) < ac+spell_bonus;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c3254 int spell_bonus = type ? spell_hit_bonus(type) : 0; local
3257 if (!chance) return rnd(10) < ac+spell_bonus;
3262 return (3 - chance) < ac+spell_bonus;

Completed in 39 milliseconds