Make hezrous stink

This commit is contained in:
Pasi Kallinen
2020-04-03 21:05:45 +03:00
parent 13b8a9912f
commit e34f123698
5 changed files with 10 additions and 3 deletions

View File

@@ -27,6 +27,8 @@
#define resists_ston(mon) \
((((mon)->data->mresists | (mon)->mextrinsics) & MR_STONE) != 0)
#define immune_poisongas(ptr) ((ptr) == &mons[PM_HEZROU])
#define is_lminion(mon) \
(is_minion((mon)->data) && mon_aligntyp(mon) == A_LAWFUL)
#define is_flyer(ptr) (((ptr)->mflags1 & M1_FLY) != 0L)