OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slime_req
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/hunt/huntd/
extern.c
82
const int
slime_req
[MAXSLIME] = {
variable in typeref:typename:const int[]
hunt.h
49
extern const int
slime_req
[];
execute.c
395
while (req_index >= 0 && pp->p_ammo <
slime_req
[req_index])
407
pp->p_ammo -=
slime_req
[req_index];
413
slime_req
[req_index] * SLIME_FACTOR, pp, false, pp->p_face);
driver.c
723
if (n >=
slime_req
[y])
725
if (y >= 0 &&
slime_req
[y] > shot_req[x]) {
726
x =
slime_req
[y];
Completed in 13 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025