HomeSort by: relevance | last modified time | path
    Searched refs:Whichmonster (Results 1 - 3 of 3) sorted by relevancy

  /src/games/phantasia/
phantglobs.c 30 int Whichmonster; /* which monster we are fighting */
phantglobs.h 22 extern int Whichmonster; /* which monster we are fighting */
fight.c 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()
    [all...]

Completed in 11 milliseconds