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

/netbsd-current/games/rogue/
H A Dspec_hit.c394 short sting_chance = 35; local
399 sting_chance += (6 * (6 - get_armor_class(rogue.armor)));
402 sting_chance -= (6 * ((rogue.exp + ring_exp) - 8));
404 if (rand_percent(sting_chance)) {

Completed in 175 milliseconds