OSDN Git Service

#37353 [Fix] Typo修正。
authorDeskull <deskull@users.sourceforge.jp>
Tue, 25 Sep 2018 10:33:38 +0000 (19:33 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Tue, 25 Sep 2018 10:33:38 +0000 (19:33 +0900)
Fix typo.

lib/edit/a_info.txt
lib/edit/e_info.txt
src/cmd-activate.c
src/defines.h
src/tables.c

index 7f3bd4f..3cd4c61 100644 (file)
@@ -2602,7 +2602,7 @@ W:30:30:180:120000
 P:0:2d6:10:12:2
 F:CON | BLOWS | HIDE_TYPE | BRAND_ACID | SHOW_MODS
 F:SLAY_TROLL | SLAY_DEMON | ACTIVATE
-U:HELO_SPEED
+U:HERO_SPEED
 D:$"Hurin [...] wielded the axe two-handed, and it is sung that the axe
 D:$ smoked in the black blood of the troll-guard of Gothmog, until it withered,
 D:$ and each time that he slew Hurin cried 'Aure entuluva! Day shall come
@@ -3046,7 +3046,7 @@ I:21:7:3
 W:40:5:100:808
 P:0:1d7:-5:10:3
 F:STR | CHR | RES_FIRE | ACTIVATE | 
-U:HELO
+U:HERO
 D:消火作業にあたって、士気を鼓舞すべく振りたてられた杖だ。
 D:杖の先に隊のマーク入りの円盤があり、その下側から
 D:長い帯状の飾りが幾本ものびている。
@@ -3520,7 +3520,7 @@ P:0:3d3:11:22:0
 F:STR | DEX | CHR | TUNNEL | BLESSED |
 F:SLAY_EVIL | SLAY_DRAGON | SLAY_ORC | SLAY_GIANT | SLAY_DEMON |
 F:RES_COLD | SEE_INVIS | RES_FEAR | REGEN
-U:HELO
+U:HERO
 D:バトルハンマー氏族のドワーフの長にして、伝説の都ミスリル・ホールの王、
 D:ブルーノー・バトルハンマーの生涯最高傑作だ。
 D:「なるほどね」ドリッズドは、ハンマーをブルーノーに返した。
index a982246..addd705 100644 (file)
@@ -1049,7 +1049,7 @@ X:27:10
 W:5:0:0:300
 C:0:0:0:0
 F:ACTIVATE
-U:HELO
+U:HERO
 
 N:151:殺戮の
 E:and Slaying
index 5dda861..9341126 100644 (file)
@@ -1266,13 +1266,13 @@ bool activate_artifact(object_type *o_ptr)
                break;
        }
 
-       case ACT_HELO:
+       case ACT_HERO:
        {
                (void)heroism(25);
                break;
        }
 
-       case ACT_HELO_SPEED:
+       case ACT_HERO_SPEED:
        {
                (void)set_fast(randint1(50) + 50, FALSE);
                (void)heroism(50);
index 21b2982..f0cb934 100644 (file)
 #define ACT_XTRA_SPEED          96
 #define ACT_WRAITH              97
 #define ACT_INVULN              98
-#define ACT_HELO                99
-#define ACT_HELO_SPEED          100
+#define ACT_HERO                99
+#define ACT_HERO_SPEED          100
 #define ACT_RESIST_ACID         101
 #define ACT_RESIST_FIRE         102
 #define ACT_RESIST_COLD         103
index 6b126bd..cbb707d 100644 (file)
@@ -5986,7 +5986,7 @@ const activation_type activation_info[] =
          _("蛸の大群召喚", "summon octopus") },
 
        { "CHOIR_SINGS", ACT_CHOIR_SINGS, 60, 20000, {300, 0},
-         _("回復(777)、癒し、士気高揚", "heal 777 hit points, curing and heloism") },
+         _("回復(777)、癒し、士気高揚", "heal 777 hit points, curing and HEROism") },
        { "CURE_LW", ACT_CURE_LW, 10, 500, {10, 0},
          _("恐怖除去/体力回復(30)", "remove fear and heal 30 hp") },
        { "CURE_MW", ACT_CURE_MW, 20, 750, {3, 3},
@@ -6022,9 +6022,9 @@ const activation_type activation_info[] =
          _("幽体化(期間 (レベル/2)+d(レベル/2))", "wraith form (dur level/2 + d(level/2))") },
        { "INVULN", ACT_INVULN, 90, 25000, {1000, 0},
          _("無敵化(期間 8+d8)", "invulnerability (dur 8+d8)") },
-       { "HELO", ACT_HELO, 10, 500, {30, 30},
+       { "HERO", ACT_HERO, 10, 500, {30, 30},
          _("士気高揚", "heroism") },
-       { "HELO_SPEED", ACT_HELO_SPEED, 30, 20000, {100, 200},
+       { "HERO_SPEED", ACT_HERO_SPEED, 30, 20000, {100, 200},
          _("士気高揚, スピード(期間 50+d50ターン)", "hero and +10 to speed (50)") },
        { "RESIST_ACID", ACT_RESIST_ACID, 20, 2000, {40, 40},
          _("酸への耐性(期間 20+d20)", "resist acid (dur 20+d20)") },