OSDN Git Service

For the English messages about the remove curse for mana spell, got rid of "away...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:45:03 +0000 (12:45 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 09:05:08 +0000 (18:05 +0900)
src/realm-hex.c

index e25abfe..4beb396 100644 (file)
@@ -954,13 +954,13 @@ concptr do_hex_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
                        {
                                if (one_in_(7))
                                {
-                                       msg_print(_("呪いを全て吸い取った。", "Heavy curse vanished away."));
+                                       msg_print(_("呪いを全て吸い取った。", "A heavy curse vanished."));
                                        o_ptr->curse_flags = 0L;
                                }
                        }
                        else if ((o_ptr->curse_flags & (TRC_CURSED)) && one_in_(3))
                        {
-                               msg_print(_("呪いを全て吸い取った。", "Curse vanished away."));
+                               msg_print(_("呪いを全て吸い取った。", "A curse vanished."));
                                o_ptr->curse_flags = 0L;
                        }