We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09a3226 + 8575349 commit 491795dCopy full SHA for 491795d
include/youprop.h
@@ -112,8 +112,8 @@
112
|| youmonst.data->mlet == S_LICH \
113
|| youmonst.data->mlet == S_ANGEL \
114
|| youmonst.data->mlet == S_DEMON \
115
- || youmonst.data == &mons[PM_BABY_GOLD_DRAGON] \
116
- || youmonst.data == &mons[PM_GOLD_DRAGON] \
+ || youmonst.data == &mons[PM_BABY_GREEN_DRAGON] \
+ || youmonst.data == &mons[PM_GREEN_DRAGON] \
117
|| defended(&youmonst, AD_DISE))
118
119
#define Invulnerable u.uprops[INVULNERABLE].intrinsic /* [Tom] */
0 commit comments