From: Eric Branlund Date: Wed, 25 Sep 2019 21:03:32 +0000 (-0700) Subject: In English messages, replaced "psyonic" with "psionic". X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2c0a7c2f752de2de69cf8fc5f6a119d4500f906a;p=hengband%2Fhengband.git In English messages, replaced "psyonic" with "psionic". --- diff --git a/src/spells1.c b/src/spells1.c index 92890e146..ff6b2d6ed 100644 --- a/src/spells1.c +++ b/src/spells1.c @@ -4877,7 +4877,7 @@ static bool project_p(MONSTER_IDX who, player_type *target_ptr, concptr who_name { if (!CHECK_MULTISHADOW(target_ptr)) { - msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psyonic energy.")); + msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psionic energy.")); if (!target_ptr->resist_conf) { @@ -4915,7 +4915,7 @@ static bool project_p(MONSTER_IDX who, player_type *target_ptr, concptr who_name { if (!CHECK_MULTISHADOW(target_ptr)) { - msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psyonic energy.")); + msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psionic energy.")); target_ptr->csp -= 100; if (target_ptr->csp < 0)