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
@@ -1794,7 +1794,7 @@ bestow_artifact(uchar max_giftvalue)
if (do_bestow) {
struct obj *otmp;
otmp = mk_artifact((struct obj *) 0, a_align(u.ux, u.uy),
max_giftvalue);
max_giftvalue, TRUE);
if (otmp) {
char buf[BUFSZ];