OSDN Git Service

文字が'+', '%', '{'のモンスターがモンスターの知識メニューのどこにも分
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 11 Dec 2003 14:23:09 +0000 (14:23 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 11 Dec 2003 14:23:09 +0000 (14:23 +0000)
類されていなかったので修正. '+', '{'はミミックに, '%'は植物/壁/気体に
分類した.

src/cmd4.c

index 26ab724..ffb74fc 100644 (file)
@@ -5119,7 +5119,7 @@ static cptr monster_group_text[] =
  * Symbols of monsters in each group. Note the "Uniques" group
  * is handled differently.
  */
-static cptr monster_group_char[] = 
+static cptr monster_group_char[] =
 {
        (char *) -1L,
        (char *) -2L,
@@ -5174,8 +5174,8 @@ static cptr monster_group_char[] =
        "X",
        "Y",
        "Z",
-       "$!?=&`.|/\\~[]()>",
-       "#",
+       "!$&()+./=>?[\\]`{|~",
+       "#%",
        ",",
        "*",
        "@",