OSDN Git Service

In English messages, replaced "psyonic" with "psionic".
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 21:03:32 +0000 (14:03 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 21 Jan 2020 15:18:23 +0000 (00:18 +0900)
src/spells1.c

index 92890e1..ff6b2d6 100644 (file)
@@ -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)