Move comment

This commit is contained in:
Pasi Kallinen
2024-02-21 08:18:40 +02:00
parent e76ab9558f
commit 391295cfdc

View File

@@ -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);