From 8575349abae4b4dc258a01bf15129d31b989e6df Mon Sep 17 00:00:00 2001 From: Umbire <56782189+Umbire@users.noreply.github.com> Date: Sun, 21 Jan 2024 18:56:46 -0500 Subject: [PATCH] Gold and green changes Caught an oversight from when the switch was made from gold dragons/their scales being sickness resistant to green. --- include/youprop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/youprop.h b/include/youprop.h index f69af34e8..daa256928 100644 --- a/include/youprop.h +++ b/include/youprop.h @@ -112,8 +112,8 @@ || youmonst.data->mlet == S_LICH \ || youmonst.data->mlet == S_ANGEL \ || youmonst.data->mlet == S_DEMON \ - || youmonst.data == &mons[PM_BABY_GOLD_DRAGON] \ - || youmonst.data == &mons[PM_GOLD_DRAGON] \ + || youmonst.data == &mons[PM_BABY_GREEN_DRAGON] \ + || youmonst.data == &mons[PM_GREEN_DRAGON] \ || defended(&youmonst, AD_DISE)) #define Invulnerable u.uprops[INVULNERABLE].intrinsic /* [Tom] */