Home | History | Annotate | Download | only in rogue

Lines Matching refs:rand_percent

75 	if ((monster->m_flags & CONFUSED) && rand_percent(66)) {
128 if (rand_percent(12)) {
144 if (rand_percent(freeze_percent)) {
160 if ((rogue.gold <= 0) || rand_percent(10)) {
183 if (rand_percent(15)) {
260 if (!rand_percent((int)monster->drop_percent)) {
404 if (rand_percent(sting_chance)) {
417 if (rand_percent(80) || (rogue.exp <= 5)) {
437 if (rand_percent(60) || (rogue.hp_max <= 30) || (rogue.hp_current < 10)) {
467 if (rand_percent(45)) {
471 if (rand_percent(55)) {