From 5bbd76549c57fc89d46ec8bd8e56bf1b06ab86d7 Mon Sep 17 00:00:00 2001 From: iks Date: Thu, 3 Apr 2003 09:04:48 +0000 Subject: [PATCH] =?utf8?q?=E6=97=A2=E7=9F=A5=E3=81=AE=E3=83=A2=E3=83=B3?= =?utf8?q?=E3=82=B9=E3=82=BF=E3=83=BC=E4=B8=80=E8=A6=A7=E3=81=A7=E3=81=AE?= =?utf8?q?=E8=A8=98=E5=8F=B7=E3=81=AE=E6=8A=9C=E3=81=91=E3=82=92=E8=A3=9C?= =?utf8?q?=E5=AE=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/cmd4.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/cmd4.c b/src/cmd4.c index 433efe541..abfb5fa91 100644 --- a/src/cmd4.c +++ b/src/cmd4.c @@ -4867,7 +4867,9 @@ static cptr monster_group_text[] = "¥¤¥¨¥Æ¥£", "¥Ï¥¦¥ó¥É", "¥ß¥ß¥Ã¥¯", + "ÊÉ/¿¢Êª/µ¤ÂÎ", "¤ª¤Ð¤±¥­¥Î¥³", + "µåÂÎ", #else "Uniques", "Ant", @@ -4922,7 +4924,9 @@ static cptr monster_group_text[] = "Yeti", "Zephyr Hound", "Mimic", + "Wall/Plant/Gus", "Mushroom patch", + "Ball", #endif NULL }; @@ -4986,8 +4990,10 @@ static cptr monster_group_char[] = "X", "Y", "Z", - "$!?=.|~[]", + "$!?=&`.|/\\~[]()>", + "#", ",", + "*", NULL }; -- 2.11.0