OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 12 milliseconds
Indexes created Fri Nov 07 16:09:50 GMT 2025