Home
last modified time | relevance | path

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

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