Skip to content

Commit 491795d

Browse files
authored
Merge pull request #167 from Umbire/Umbire-patch-1
Gold and green changes
2 parents 09a3226 + 8575349 commit 491795d

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)