OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:poisonous
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/hack/
hack.eat.c
71
static char
POISONOUS
[] = "ADKSVabhks";
456
poisonous
(struct obj *otmp)
function in typeref:typename:int
458
return (strchr(
POISONOUS
, CORPSE_I_TO_C(otmp->otyp)) != 0);
473
} else if (strchr(
POISONOUS
, let) && rn2(5)) {
475
pline("Ecch -- that must have been
poisonous
!");
478
losehp(rnd(15), "
poisonous
corpse");
hack.eat.c
71
static char
POISONOUS
[] = "ADKSVabhks";
456
poisonous
(struct obj *otmp)
function in typeref:typename:int
458
return (strchr(
POISONOUS
, CORPSE_I_TO_C(otmp->otyp)) != 0);
473
} else if (strchr(
POISONOUS
, let) && rn2(5)) {
475
pline("Ecch -- that must have been
poisonous
!");
478
losehp(rnd(15), "
poisonous
corpse");
Completed in 49 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025