From 85c864446968e11ddf65bcfd0b954053ad488ef0 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 9 Apr 2024 08:40:56 +0300 Subject: [PATCH] Gold dragon should drop scales --- src/mon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mon.c b/src/mon.c index 5659555c3..21a337178 100644 --- a/src/mon.c +++ b/src/mon.c @@ -543,6 +543,7 @@ make_corpse(struct monst *mtmp, unsigned int corpseflags) switch (mndx) { case PM_GRAY_DRAGON: + case PM_GOLD_DRAGON: case PM_SILVER_DRAGON: #if 0 /* DEFERRED */ case PM_SHIMMERING_DRAGON: