From f0cde49f20a6865a88ccd33e8de21683b90a06a1 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 25 Sep 2019 14:03:32 -0700 Subject: [PATCH] In English messages, replaced "psyonic" with "psionic". --- src/spells1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spells1.c b/src/spells1.c index ec2a897ca..2f139057b 100644 --- a/src/spells1.c +++ b/src/spells1.c @@ -4728,7 +4728,7 @@ static bool project_p(MONSTER_IDX who, concptr who_name, int r, POSITION y, POSI { if (!CHECK_MULTISHADOW()) { - msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psyonic energy.")); + msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psionic energy.")); if (!p_ptr->resist_conf) { @@ -4766,7 +4766,7 @@ static bool project_p(MONSTER_IDX who, concptr who_name, int r, POSITION y, POSI { if (!CHECK_MULTISHADOW()) { - msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psyonic energy.")); + msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psionic energy.")); p_ptr->csp -= 100; if (p_ptr->csp < 0) -- 2.11.0