OSDN Git Service

For English description of town teleport spell, changed "in a moment" to "instantly".
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 16:54:09 +0000 (09:54 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 08:40:20 +0000 (17:40 +0900)
src/realm-sorcery.c

index 2de2580..a394b61 100644 (file)
@@ -347,7 +347,7 @@ concptr do_sorcery_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mod
 
        case 19:
                if (name) return _("街移動", "Teleport to town");
-               if (desc) return _("街へ移動する。地上にいるときしか使えない。", "Teleports you to a town which you choose in a moment. Can only be used outdoors.");
+               if (desc) return _("街へ移動する。地上にいるときしか使えない。", "Instantly teleports you to a town which you choose. Can only be used outdoors.");
 
                {
                        if (cast)