From 391295cfdc09e7a27cef469bd55579b9b4e9e333 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 21 Feb 2024 08:18:40 +0200 Subject: [PATCH] Move comment --- src/mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mplayer.c b/src/mplayer.c index 5de9cc3ae..6e76e8b08 100644 --- a/src/mplayer.c +++ b/src/mplayer.c @@ -267,8 +267,8 @@ mk_mplayer(struct permonst *ptr, coordxy x, coordxy y, boolean special) if (objects[otmp->otyp].oc_merge && !otmp->oartifact && monmightthrowwep(otmp)) otmp->quan += (long) rn2(is_spear(otmp) ? 4 : 8); - /* mplayers knew better than to overenchant Magicbane */ otmp->owt = weight(otmp); + /* mplayers knew better than to overenchant Magicbane */ if (is_art(otmp, ART_MAGICBANE)) otmp->spe = rnd(4); (void) mpickobj(mtmp, otmp);