From b731c45717ef6e890ba883f2f1a846ce9ce64d52 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 5 Feb 2020 17:26:23 -0800 Subject: [PATCH] Corrected typo in English message. --- src/spells3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spells3.c b/src/spells3.c index 03955089f..511a0002f 100644 --- a/src/spells3.c +++ b/src/spells3.c @@ -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 beomes quiet for a moment.")); + if (!vanish_dungeon(caster_ptr)) msg_print(_("ダンジョンは一瞬静まり返った。", "The dungeon becomes quiet for a moment.")); take_hit(caster_ptr, DAMAGE_NOESCAPE, 100 + randint1(150), _("自殺的な虚無招来", "a suicidal Call the Void"), -1); return; } -- 2.11.0