From 6575623ac24552d36aa61843ad4bfb6a0660b5d0 Mon Sep 17 00:00:00 2001 From: iks Date: Sat, 3 Apr 2021 01:33:43 +0900 Subject: [PATCH] =?utf8?q?[Fix]=20INSTA=5FART=E3=81=AE=E8=BF=BD=E5=8A=A0?= =?utf8?q?=E8=80=90=E6=80=A7=E3=81=A8=E8=83=BD=E5=8A=9B=E3=81=8C2=E5=9B=9E?= =?utf8?q?=E8=BF=BD=E5=8A=A0=E3=81=95=E3=82=8C=E3=82=8B(#651=E3=81=AE?= =?utf8?q?=E3=82=A8=E3=83=B3=E3=83=90=E3=82=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/artifact/fixed-art-generator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/artifact/fixed-art-generator.cpp b/src/artifact/fixed-art-generator.cpp index b52385bf4..8b8e81074 100644 --- a/src/artifact/fixed-art-generator.cpp +++ b/src/artifact/fixed-art-generator.cpp @@ -374,7 +374,6 @@ bool make_artifact_special(player_type *player_ptr, object_type *o_ptr) object_prep(player_ptr, o_ptr, k_idx); o_ptr->name1 = i; - random_artifact_resistance(player_ptr, o_ptr, a_ptr); return TRUE; } -- 2.11.0