OSDN Git Service

Changed an English message related to "Call the Void" to be more idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 04:02:07 +0000 (20:02 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:51 +0000 (22:36 +0900)
src/spells3.c

index a3819b9..5527821 100644 (file)
@@ -1071,7 +1071,7 @@ void call_the_void(player_type *caster_ptr)
 
        if (one_in_(666))
        {
-               if (!vanish_dungeon(caster_ptr)) msg_print(_("ダンジョンは一瞬静まり返った。", "The dungeon silences a moment."));
+               if (!vanish_dungeon(caster_ptr)) msg_print(_("ダンジョンは一瞬静まり返った。", "The dungeon beomes quiet for a moment."));
                take_hit(caster_ptr, DAMAGE_NOESCAPE, 100 + randint1(150), _("自殺的な虚無招来", "a suicidal Call the Void"), -1);
                return;
        }