OSDN Git Service

#37449 (2.2.0.70) cheat_peekで人形と死体の生成ウィザードログを出力する処理を削除。 / Delete process that generat...
authorDeskull <desull@users.sourceforge.jp>
Thu, 31 Aug 2017 12:58:47 +0000 (21:58 +0900)
committerDeskull <desull@users.sourceforge.jp>
Thu, 31 Aug 2017 12:58:47 +0000 (21:58 +0900)
src/defines.h
src/object2.c

index 09bb8b5..d851e8e 100644 (file)
@@ -53,7 +53,7 @@
 #define FAKE_VER_MAJOR 12 /*!< ゲームのバージョン番号定義(メジャー番号 + 10) */
 #define FAKE_VER_MINOR 2 /*!< ゲームのバージョン番号定義(マイナー番号) */
 #define FAKE_VER_PATCH 0 /*!< ゲームのバージョン番号定義(パッチ番号) */
-#define FAKE_VER_EXTRA 69 /*!< ゲームのバージョン番号定義(エクストラ番号) */
+#define FAKE_VER_EXTRA 70 /*!< ゲームのバージョン番号定義(エクストラ番号) */
 
 
  /*!
@@ -4783,7 +4783,7 @@ extern int PlayerUID;
 #define NIKKI_PAT_TELE    22
 #define NIKKI_ART_SCROLL  23
 
-#define NIKKI_WIZ_ARTIFACT  24
+#define NIKKI_WIZARD_LOG  24
 
 
 #define RECORD_NAMED_PET_NAME        0
index 0c658f0..fb06588 100644 (file)
@@ -4113,13 +4113,6 @@ static void a_m_aux_4(object_type *o_ptr, int level, int power)
                        /* Some figurines are cursed */
                        if (one_in_(6)) o_ptr->curse_flags |= TRC_CURSED;
 
-                       if (cheat_peek)
-                       {
-                               msg_format(_("%sの人形, 深さ +%d%s", "Figurine of %s, depth +%d%s"),
-                                                         r_name + r_ptr->name, check - 1,
-                                                         !object_is_cursed(o_ptr) ? "" : " {cursed}");
-                       }
-
                        break;
                }
 
@@ -4167,11 +4160,6 @@ static void a_m_aux_4(object_type *o_ptr, int level, int power)
 
                        o_ptr->pval = i;
 
-                       if (cheat_peek)
-                       {
-                               msg_format(_("%sの死体, 深さ +%d", "Corpse of %s, depth +%d"),
-                                                         r_name + r_ptr->name, check - 1);
-                       }
 
                        object_aware(o_ptr);
                        object_known(o_ptr);