Home
last modified time | relevance | path

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

/openbsd/games/hack/
H A Ddef.permonst.h73 #define PM_ZOMBIE &mons[13] macro
H A Dhack.mkshop.c273 return((i < 40) ? PM_GHOST : (i < 60) ? PM_WRAITH : PM_ZOMBIE); in morguemon()