OSDN Git Service

Removed comma from English descriptions of recall spells or abilities: only two phras...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 00:15:41 +0000 (16:15 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:54 +0000 (22:36 +0900)
src/mind.c
src/realm-arcane.c
src/realm-life.c
src/realm-sorcery.c
src/realm-trump.c

index b6e84d6..672c1aa 100644 (file)
@@ -518,7 +518,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 your turns when the barrier breaks or duration time is exceeded.",
index cbbdf91..4ad6a3f 100644 (file)
@@ -520,7 +520,7 @@ concptr do_arcane_spell(player_type *caster_ptr, 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 a0cf73b..a4209eb 100644 (file)
@@ -318,7 +318,7 @@ concptr do_life_spell(player_type *caster_ptr, 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 c4e784a..4ae7684 100644 (file)
@@ -386,7 +386,7 @@ concptr do_sorcery_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mod
        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 942acd3..38c5827 100644 (file)
@@ -298,7 +298,7 @@ concptr do_trump_spell(player_type *caster_ptr, 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;