Home
last modified time | relevance | path

Searched refs:CORPSE_I_TO_C (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/hack/
HDhack.eat.c447 #define CORPSE_I_TO_C(otyp) (char) ((otyp >= DEAD_ACID_BLOB)\ macro
453 return (strchr(POISONOUS, CORPSE_I_TO_C(otmp->otyp)) != 0); in poisonous()
460 char let = CORPSE_I_TO_C(otmp->otyp); in eatcorpse()
HDhack.zap.c681 #define CORPSE_I_TO_C(otyp) (char) ((otyp >= DEAD_ACID_BLOB)\ macro
695 mtmp = mkmon_at(CORPSE_I_TO_C(obj->otyp), obj->ox, obj->oy); in revive()