More bugfixes for the recent artifact gifting changes

This commit is contained in:
Alex Smith
2024-12-12 07:35:50 +00:00
parent 459c456838
commit 3491535548
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ mk_mplayer(struct permonst *ptr, coordxy x, coordxy y, boolean special)
else if (!rn2(2))
otmp->greased = 1;
if (special && rn2(2))
otmp = mk_artifact(otmp, A_NONE, 99);
otmp = mk_artifact(otmp, A_NONE, 99, FALSE);
/* usually increase stack size if stackable weapon */
if (objects[otmp->otyp].oc_merge && !otmp->oartifact
&& monmightthrowwep(otmp))