Make hezrous stink
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user