OSDN Git Service

Changed English descriptions for globe of invulnerability spell to add an indefinite...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 16:57:05 +0000 (09:57 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 16:57:05 +0000 (09:57 -0700)
src/mind.c
src/realm-sorcery.c

index 6fe5d1e..7e1f88a 100644 (file)
@@ -506,7 +506,7 @@ static concptr const mind_tips[5][MAX_MIND_POWERS] =
        "Recalls player from dungeon to town, or from town to the deepest level of dungeon.",
        "Completely protects you from any attacks at one in two chance.",
        "Generates a magical triangle which damages all monsters in the area. The vertices of the triangle are you and two mirrors in sight.",
-       "Generates barrier which completely protects you from almost all damages. Takes a few your turns when the barrier breaks or duration time is exceeded.",
+       "Generates a barrier which completely protects you from almost all damage. Takes a few your turns when the barrier breaks or duration time is exceeded.",
 },
 
 {
index 201b67e..87b9295 100644 (file)
@@ -535,7 +535,7 @@ concptr do_sorcery_spell(SPELL_IDX spell, BIT_FLAGS mode)
        case 31:
                if (name) return _("無傷の球", "Globe of Invulnerability");
                if (desc) return _("一定時間、ダメージを受けなくなるバリアを張る。切れた瞬間に少しターンを消費するので注意。",
-                       "Generates barrier which completely protects you from almost all damages. Takes a few your turns when the barrier breaks or duration time is exceeded.");
+                       "Generates a barrier which completely protects you from almost all damage. Takes a few your turns when the barrier breaks or duration time is exceeded.");
 
                {
                        int base = 4;