OSDN Git Service

For English description of "Fingolfin's Challenge", removed the part about costing...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 05:02:20 +0000 (22:02 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 05:02:20 +0000 (22:02 -0700)
src/realm-song.c

index 73f7870..da0b69a 100644 (file)
@@ -892,7 +892,7 @@ concptr do_music_spell(SPELL_IDX spell, BIT_FLAGS mode)
        case 31:
                if (name) return _("フィンゴルフィンの挑戦", "Fingolfin's Challenge");
                if (desc) return _("ダメージを受けなくなるバリアを張る。",
-                       "Generates barrier which completely protect you from almost all damages. Takes a few your turns when the barrier breaks.");
+                       "Generates a barrier which completely protect you from almost all damage.");
 
                /* Stop singing before start another */
                if (cast || fail) stop_singing(p_ptr);