From 6c68601093715dafb430dba02ab7f35821434873 Mon Sep 17 00:00:00 2001 From: hoge Date: Sat, 6 Apr 2002 09:20:23 +0000 Subject: [PATCH] =?utf8?q?=EF=BD=A1=EE=9B=BF=EF=BE=8Ewarning=EF=BD=A4?= =?utf8?q?=EF=BE=81=EF=BD=A4=E9=81=89=EF=BE=83=EF=BD=A4=EF=BE=88=EF=BD=BD?= =?utf8?q?=EF=BD=A4=EF=BE=80=EF=BD=B5=EF=BD=A1=EF=BD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/artifact.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/artifact.c b/src/artifact.c index 5869df67b..1fba65a70 100644 --- a/src/artifact.c +++ b/src/artifact.c @@ -775,7 +775,7 @@ static void random_misc(object_type * o_ptr) break; } - switch (randint1(33)) + switch (randint1(32)) { case 1: o_ptr->art_flags2 |= TR2_SUST_STR; @@ -883,7 +883,6 @@ static void random_misc(object_type * o_ptr) o_ptr->art_flags3 |= TR3_NO_TELE; break; case 32: - case 33: o_ptr->art_flags3 |= TR3_WARNING; break; } -- 2.11.0