Give honorifics to vampires and elves

This commit is contained in:
Pasi Kallinen
2015-04-23 21:46:02 +03:00
parent ea6157c475
commit aea472c0c0
4 changed files with 28 additions and 15 deletions

View File

@@ -172,6 +172,8 @@
#define is_mind_flayer(ptr) ((ptr) == &mons[PM_MIND_FLAYER] || \
(ptr) == &mons[PM_MASTER_MIND_FLAYER])
#define is_vampire(ptr) ((ptr)->mlet == S_VAMPIRE)
#define nonliving(ptr) (is_golem(ptr) || is_undead(ptr) || \
(ptr)->mlet == S_VORTEX || \
(ptr) == &mons[PM_MANES])