Home
last modified time | relevance | path

Searched refs:FT_CORPSE (Results 1 – 4 of 4) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dracial.c86 if ((f_ptr->t_idx == FT_CORPSE || f_ptr->t_idx == FT_SKELETON)) in eat_corpse()
88 if (f_ptr->t_idx == FT_CORPSE) in eat_corpse()
H A Dxtra2.c467 f_ptr = place_field(x, y, FT_CORPSE); in monster_death()
H A Ddefines.h1293 #define FT_CORPSE 0x0004 macro
H A Dspells2.c1798 if (!(f_ptr->t_idx == FT_CORPSE || in raise_dead()