Lines Matching refs:Whichmonster
50 Whichmonster = particular;
53 Whichmonster = pickmonster();
61 callmonster(Whichmonster); /* set up monster to fight */
377 Whichmonster = (int) ROLL(70.0, 30.0);
569 Whichmonster = 55 + ((drandom() > 0.5) ? 22 : 0);
758 Whichmonster = (int) ROLL(0.0, 100.0);
845 Whichmonster = (int) infloat();
846 Whichmonster = MAX(0, MIN(99, Whichmonster));
1083 Whichmonster = pickmonster();
1092 Whichmonster = pickmonster();
1101 Whichmonster = pickmonster();
1114 Whichmonster = (int) infloat();
1115 Whichmonster = MIN(99, MAX(0, Whichmonster));