OSDN Git Service

* (2.2.0.4) #36911 rumor_j.txtとrumor.txtを追加修正。 / Fix typo of rumors.txt and rumors_j...
authorDeskull <desull@users.sourceforge.jp>
Sat, 17 Jun 2017 14:33:44 +0000 (23:33 +0900)
committerDeskull <desull@users.sourceforge.jp>
Sat, 17 Jun 2017 14:33:44 +0000 (23:33 +0900)
lib/file/rumors.txt
lib/file/rumors_j.txt
src/defines.h

index 61e8eea..c4fc2ac 100644 (file)
@@ -455,7 +455,7 @@ You would be amazed of what a Greater Kraken is able to give to you.
 In deep waters any treasures will be lost! Lure them coastwards.
 Any means of digging are crucial for designing the battleground as You like!
 You may assault nasty Zephyr packs at doubled corners safe from their breath.
-Only permanent walls will prevent Ethearal or Deathdrakes to come after you.
+Only permanent walls will prevent Ethereal or Deathdrakes to come after you.
 Druj are not good for you.
 Let sleeping wyverns lie.
 Sort of Pit-diver you are - those who seek after artifacts beyond the Rim.
index 9e5d304..49919be 100644 (file)
@@ -774,8 +774,8 @@ Glaurung and all his kinsfolk - send them where the pepper grows! It's timing.
 戦場をあなたの好みの状態にカスタマイズする為には、どんな掘削手段でも重要だ!
 #You may assault nasty Zephyr packs at doubled corners safe from their breath.
 あなたは危険なゼファーの集団を、彼らの息を浴びない二つの曲がり角から強襲できる。
-#Only permanent walls will prevent Ethearal or Deathdrakes to come after you.
-永久岩の壁だけが、エターナルやデスドレイクの追撃を遮れるだろう。
+#Only permanent walls will prevent Ethereal or Deathdrakes to come after you.
+永久岩の壁だけが、天上界ドレイクやデスドレイクの追撃を遮れるだろう。
 Drujs are not good for you. So as folks (dare)say: Let sleeping wyverns lie.
 Sort of Pit-diver you are - those who seek after artifacts beyond the Rim.
 #A jagged tentacle of the constantly shifting kind is moving toward your leg...
index ce7bf50..19cde97 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 3 /*!< ゲームのバージョン番号定義(エクストラ番号) */
+#define FAKE_VER_EXTRA 4 /*!< ゲームのバージョン番号定義(エクストラ番号) */
 
 /*!
  * @brief セーブファイル上のバージョン定義(メジャー番号) / "Savefile Version Number" for Hengband 1.1.1 and later
@@ -71,7 +71,7 @@
 #define H_VER_MAJOR 2 /*!< セーブファイル上のバージョン定義(メジャー番号) */
 #define H_VER_MINOR 2 /*!< セーブファイル上のバージョン定義(マイナー番号) */
 #define H_VER_PATCH 0 /*!< セーブファイル上のバージョン定義(パッチ番号) */
-#define H_VER_EXTRA 3 /*!< セーブファイル上のバージョン定義(エクストラ番号) */
+#define H_VER_EXTRA 4 /*!< セーブファイル上のバージョン定義(エクストラ番号) */
 
 #define ANGBAND_2_8_1 /*!< Angband 2.8.1以降から有効な処理分岐を定義 */
 #define ZANGBAND /*!< Zangband 以降から有効な処理分岐を定義 */