HomeSort by: relevance | last modified time | path
    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 73 milliseconds