From ea38ddcb134203b160585a36d20298f9f21b6e40 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 20 Feb 2024 22:11:42 +0200 Subject: [PATCH] Fix mplayer weapon weight --- src/mplayer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mplayer.c b/src/mplayer.c index 23a6db735..5de9cc3ae 100644 --- a/src/mplayer.c +++ b/src/mplayer.c @@ -268,6 +268,7 @@ mk_mplayer(struct permonst *ptr, coordxy x, coordxy y, boolean special) && monmightthrowwep(otmp)) otmp->quan += (long) rn2(is_spear(otmp) ? 4 : 8); /* mplayers knew better than to overenchant Magicbane */ + otmp->owt = weight(otmp); if (is_art(otmp, ART_MAGICBANE)) otmp->spe = rnd(4); (void) mpickobj(mtmp, otmp);