From 3813466f30b94f31fee9f9967435fd17ebca5953 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 09:27:00 -0700 Subject: [PATCH] Changed the English spell description for "Call the Void" since the destruction effect happens when the caster is next to a wall. --- src/realm-chaos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-chaos.c b/src/realm-chaos.c index d2f8739c5..03219874b 100644 --- a/src/realm-chaos.c +++ b/src/realm-chaos.c @@ -573,7 +573,7 @@ concptr do_chaos_spell(SPELL_IDX spell, BIT_FLAGS mode) case 31: if (name) return _("虚無召来", "Call the Void"); if (desc) return _("自分の周囲に向かって、ロケット、純粋な魔力の球、放射性廃棄物の球を放つ。ただし、壁に隣接して使用すると広範囲を破壊する。", - "Fires rockets, mana balls and nuclear waste balls in all directions each unless you are not adjacent to any walls. Otherwise *destroys* huge area."); + "Fires rockets, mana balls and nuclear waste balls in all directions if you are not adjacent to any walls. Otherwise *destroys* huge area."); { if (info) return format("%s3 * 175", KWD_DAM); -- 2.11.0