From: Eric Branlund Date: Wed, 25 Sep 2019 21:03:32 +0000 (-0700) Subject: In English messages, replaced "psyonic" with "psionic". X-Git-Tag: vmacos2.2.1-7a~246 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f0cde49f20a6865a88ccd33e8de21683b90a06a1;p=hengbandforosx%2Fhengbandosx.git In English messages, replaced "psyonic" with "psionic". --- 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)