From 41b78786fa18877592f43e32d3add707fb842b4d Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 09:11:19 -0700 Subject: [PATCH] Changed another English spell description involving sleep. --- src/realm-hissatsu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-hissatsu.c b/src/realm-hissatsu.c index 334b53c3d..f5dfe7f40 100644 --- a/src/realm-hissatsu.c +++ b/src/realm-hissatsu.c @@ -726,7 +726,7 @@ concptr do_hissatsu_spell(SPELL_IDX spell, BIT_FLAGS mode) case 25: if (name) return _("幻惑", "Moon Dazzling"); - if (desc) return _("視界内の起きている全モンスターに朦朧、混乱、眠りを与えようとする。", "Attempts to stun, confuse and sleep all waking monsters."); + if (desc) return _("視界内の起きている全モンスターに朦朧、混乱、眠りを与えようとする。", "Attempts to stun, confuse and put to sleep all waking monsters."); if (cast) { -- 2.11.0