diff --git a/src/wield.c b/src/wield.c index 44277e829..6d0f5a7aa 100644 --- a/src/wield.c +++ b/src/wield.c @@ -295,6 +295,8 @@ dowield() any other item, we need to give it its own inventory slot */ if (uwep && uwep->o_id == g.context.objsplit.parent_oid) { unsplitobj(wep); + /* wep was merged back to uwep, already_wielded uses wep */ + wep = uwep; goto already_wielded; } finish_splitting = TRUE;