Skip to content

Commit 8575349

Browse files
authored
Gold and green changes
Caught an oversight from when the switch was made from gold dragons/their scales being sickness resistant to green.
1 parent 09a3226 commit 8575349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/youprop.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
|| youmonst.data->mlet == S_LICH \
113113
|| youmonst.data->mlet == S_ANGEL \
114114
|| youmonst.data->mlet == S_DEMON \
115-
|| youmonst.data == &mons[PM_BABY_GOLD_DRAGON] \
116-
|| youmonst.data == &mons[PM_GOLD_DRAGON] \
115+
|| youmonst.data == &mons[PM_BABY_GREEN_DRAGON] \
116+
|| youmonst.data == &mons[PM_GREEN_DRAGON] \
117117
|| defended(&youmonst, AD_DISE))
118118

119119
#define Invulnerable u.uprops[INVULNERABLE].intrinsic /* [Tom] */

0 commit comments

Comments
 (0)