From 52c74222c2f036348b9038ce42d3642e997bff4e Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 30 Apr 2026 07:07:44 +0300 Subject: [PATCH] Update perm_inventory when returning to human form Embedded dragon scales weren't updated to worn --- src/polyself.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/polyself.c b/src/polyself.c index 2461a1b79..db3824bb4 100644 --- a/src/polyself.c +++ b/src/polyself.c @@ -1408,6 +1408,7 @@ rehumanize(void) disp.botl = TRUE; gv.vision_full_recalc = 1; encumber_msg(); + update_inventory(); if (was_flying && !Flying && u.usteed) You("and %s return gently to the %s.", mon_nam(u.usteed), surface(u.ux, u.uy));