OSDN Git Service

Removed comma from English descriptions of recall spells or abilities: only two...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 17 Dec 2019 19:52:31 +0000 (11:52 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 17 Dec 2019 19:52:31 +0000 (11:52 -0800)
src/mind.c
src/realm-arcane.c
src/realm-life.c
src/realm-sorcery.c
src/realm-trump.c

index dd0d86e..367b0b4 100644 (file)
@@ -503,7 +503,7 @@ static concptr const mind_tips[5][MAX_MIND_POWERS] =
        "Attempts to slow, stun, confuse, scare, freeze all monsters in sight. Gets more power on a mirror.",
        "Recreates current dungeon level. Can only be used on a mirror.",
        "Teleports you to a given location.",
-       "Recalls player from dungeon to town, or from town to the deepest level of dungeon.",
+       "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 a barrier which completely protects you from almost all damage. Takes a few of your turns when the barrier breaks or duration time is exceeded.",
index 8a9350b..f795f10 100644 (file)
@@ -513,7 +513,7 @@ concptr do_arcane_spell(SPELL_IDX spell, BIT_FLAGS mode)
        case 30:
                if (name) return _("帰還の呪文", "Word of Recall");
                if (desc) return _("地上にいるときはダンジョンの最深階へ、ダンジョンにいるときは地上へと移動する。",
-                       "Recalls player from dungeon to town, or from town to the deepest level of dungeon.");
+                       "Recalls player from dungeon to town or from town to the deepest level of dungeon.");
 
                {
                        int base = 15;
index 67be27f..3fb6eec 100644 (file)
@@ -313,7 +313,7 @@ concptr do_life_spell(SPELL_IDX spell, BIT_FLAGS mode)
 
        case 21:
                if (name) return _("帰還の詔", "Word of Recall");
-               if (desc) return _("地上にいるときはダンジョンの最深階へ、ダンジョンにいるときは地上へと移動する。", "Recalls player from dungeon to town, or from town to the deepest level of dungeon.");
+               if (desc) return _("地上にいるときはダンジョンの最深階へ、ダンジョンにいるときは地上へと移動する。", "Recalls player from dungeon to town or from town to the deepest level of dungeon.");
 
                {
                        int base = 15;
index 7ab3d7d..77774ed 100644 (file)
@@ -380,7 +380,7 @@ concptr do_sorcery_spell(SPELL_IDX spell, BIT_FLAGS mode)
        case 22:
                if (name) return _("帰還の呪文", "Word of Recall");
                if (desc) return _("地上にいるときはダンジョンの最深階へ、ダンジョンにいるときは地上へと移動する。",
-                       "Recalls player from dungeon to town, or from town to the deepest level of dungeon.");
+                       "Recalls player from dungeon to town or from town to the deepest level of dungeon.");
 
                {
                        int base = 15;
index e4a0b52..e694a7d 100644 (file)
@@ -291,7 +291,7 @@ concptr do_trump_spell(SPELL_IDX spell, BIT_FLAGS mode)
        case 14:
                if (name) return _("帰還の呪文", "Word of Recall");
                if (desc) return _("地上にいるときはダンジョンの最深階へ、ダンジョンにいるときは地上へと移動する。",
-                       "Recalls player from dungeon to town, or from town to the deepest level of dungeon.");
+                       "Recalls player from dungeon to town or from town to the deepest level of dungeon.");
 
                {
                        int base = 15;