OSDN Git Service

サーペントに乗馬できる複合バグ(1)+(2)+(3)修正。
[hengband/hengband.git] / src / tables.c
index 22ac928..f888017 100644 (file)
@@ -6486,11 +6486,11 @@ option_type option_info[] =
 
 
 #ifdef JP
-       { &confirm_stairs,              FALSE, 1, 5, 5,
-       "confirm_stairs",               "Ê̤γ¬¤Ë¹Ô¤¯»þ³Îǧ¤¹¤ë" },
+       { &confirm_quest,               TRUE, 1, 1, 9,
+       "confirm_quest",                "¥¯¥¨¥¹¥È¤òÄü¤á¤Æ³¬ÃʤÇƨ¤²¤ëÁ°¤Ë³Îǧ¤¹¤ë" },
 #else
-       { &confirm_stairs,              FALSE, 1, 5, 5,
-       "confirm_stairs",               "Prompt before exiting a dungeon level" },
+       { &confirm_quest,               TRUE, 1, 1, 9,
+       "confirm_quest",                "Prompt before exiting a quest level" },
 #endif
 
 
@@ -6818,15 +6818,6 @@ option_type option_info[] =
 
 
 #ifdef JP
-       { &dungeon_stair,               TRUE,  3, 1, 9,
-       "dungeon_stair",                "³¬Ãʤò¤Ä¤Ê¤²¤Æ¥À¥ó¥¸¥ç¥ó¤òÀ¸À®¤¹¤ë" },
-#else
-       { &dungeon_stair,               TRUE,  3, 1, 9,
-       "dungeon_stair",                "Generate dungeons with connected stairs" },
-#endif
-
-
-#ifdef JP
        { &small_levels,                TRUE,  3, 0, 30,
        "small_levels",                 "Èó¾ï¤Ë¾®¤µ¤¤¥Õ¥í¥¢¤ÎÀ¸À®¤ò²Äǽ¤Ë¤¹¤ë" },
 #else
@@ -7350,6 +7341,14 @@ option_type option_info[] =
        "leave_junk",                   "Auto-destroyer leaves junk" },
 #endif
 
+#ifdef JP
+       { &leave_special,               TRUE, 7, 7, 1,
+       "leave_special",                "¼ï²/¿¦¶È¤ÇÆÃÊ̤ËɬÍפʥ¢¥¤¥Æ¥à¤Ï²õ¤µ¤Ê¤¤" },
+#else
+       { &leave_special,               TRUE, 7, 7, 1,
+       "leave_special",                "Auto-destroyer leaves items your race/class needs" },
+#endif
+
 
        /*** Play-record Options ***/
 
@@ -7808,10 +7807,10 @@ kamae kamae_shurui[MAX_KAMAE] =
        {"ÀÄε", 35, ""},
        {"¼ë¿ý", 40, ""},
 #else
-       {"Baihu", 25, "(Black Turtle) "},
-       {"Zuan-wu", 30, "(White Tiger) "},
-       {"Qinglong", 35, "(Blue Chinese Dragon) "},
-       {"Zhuque", 40, "(Red Chinese Phoenix) "},
+       {"Genbu", 25, "(Black Tortoise) "},
+       {"Byakko", 30, "(White Tiger) "},
+       {"Seiryuu", 35, "(Blue Dragon) "},
+       {"Suzaku", 40, "(Red Phoenix) "},
 #endif
 };