More bugfixes for the recent artifact gifting changes
This commit is contained in:
+1
-1
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user